mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-08 16:55:39 +02:00
aboutpopup: fix layout for small window
Change-Id: Iff4226180b0aa9c5ce4ae12849cd290451b6a939 GitLab: #765
This commit is contained in:
parent
54687078a7
commit
47af6ffc03
1 changed files with 1 additions and 4 deletions
|
@ -31,8 +31,6 @@ import "../../commoncomponents"
|
|||
BaseModalDialog {
|
||||
id: root
|
||||
|
||||
width: 488
|
||||
height: 560
|
||||
|
||||
popupContent: Rectangle {
|
||||
id: aboutPopUpScrollView
|
||||
|
@ -176,8 +174,7 @@ BaseModalDialog {
|
|||
id: jamiNoneWarrantyHyperText
|
||||
|
||||
Layout.alignment: Qt.AlignCenter
|
||||
Layout.preferredWidth: 390
|
||||
Layout.preferredHeight: textMetricsjamiNoneWarrantyHyperText.boundingRect.height * 2
|
||||
Layout.preferredWidth: Math.min(390, root.width)
|
||||
Layout.topMargin: 15
|
||||
lineHeight: 1.2
|
||||
wrapMode: Text.WordWrap
|
||||
|
|
Loading…
Add table
Reference in a new issue