mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-03 14:25:38 +02:00
tipbox: button height
Change-Id: I4c54ee69f275d3f3b0283a2459222e5d205fe5c3
This commit is contained in:
parent
9bf0176a39
commit
9f2840884f
1 changed files with 2 additions and 1 deletions
|
@ -105,7 +105,8 @@ Item {
|
|||
|
||||
Layout.alignment: Qt.AlignCenter
|
||||
|
||||
preferredWidth: parent.width
|
||||
preferredWidth: parent.width - 32
|
||||
height: 32
|
||||
visible: opened
|
||||
|
||||
text: JamiStrings.backupAccountBtn
|
||||
|
|
Loading…
Add table
Reference in a new issue