mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-04 23:05:48 +02:00
PopUp: Title margins
Added right margins to PopUp titles. GitLab: #1968 Change-Id: I5a3ce3eb1abc6e7737acea8cb2ef6271df515f16
This commit is contained in:
parent
deaa15a36e
commit
4419f7bfbc
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ Popup {
|
|||
id: titleText
|
||||
|
||||
Layout.leftMargin: popupMargins
|
||||
Layout.rightMargin: popupMargins
|
||||
Layout.bottomMargin: 20
|
||||
Layout.topMargin: closeButtonVisible ? 0 : 30
|
||||
Layout.alignment: Qt.AlignLeft
|
||||
|
|
Loading…
Add table
Reference in a new issue