1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-09-10 03:53:23 +02:00

swarmdetails: adjust title and description width

Change-Id: I4845e1e5a116bfb0c8fb782dbf46f2dd8ba01c34
GitLab: #900
This commit is contained in:
Aline Gondim Santos 2022-12-27 10:30:18 -03:00 committed by Sébastien Blin
parent 24d4faa5b1
commit fc91cdc23c

View file

@ -71,7 +71,7 @@ Rectangle {
id: titleLine
Layout.alignment: Qt.AlignHCenter
Layout.preferredWidth: JamiTheme.preferredFieldWidth
Layout.preferredWidth: parent.width - 32
Layout.topMargin: 5
TextMetrics {
@ -130,13 +130,13 @@ Rectangle {
id: descriptionLine
Layout.alignment: Qt.AlignHCenter
Layout.preferredWidth: parent.width - 32
font.pointSize: JamiTheme.menuFontSize
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
Layout.preferredWidth: JamiTheme.preferredFieldWidth
fontSize: 16
firstIco: JamiResources.round_edit_24dp_svg