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:
parent
24d4faa5b1
commit
fc91cdc23c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue