Skip to content
Snippets Groups Projects
Commit 47af6ffc authored by Sébastien Blin's avatar Sébastien Blin
Browse files

aboutpopup: fix layout for small window

Change-Id: Iff4226180b0aa9c5ce4ae12849cd290451b6a939
GitLab: #765
parent 54687078
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment