mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
qml: MessagePopup: Make message bounds explicit
This commit is contained in:
parent
57fbc59ddb
commit
c66947d72a
1 changed files with 6 additions and 3 deletions
|
@ -89,10 +89,13 @@ Popup {
|
||||||
textFormat: Text.StyledText
|
textFormat: Text.StyledText
|
||||||
font.family: roboto.name
|
font.family: roboto.name
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
Layout.leftMargin: 25
|
Layout.fillWidth: true
|
||||||
Layout.rightMargin: 25
|
Layout.leftMargin: 10
|
||||||
Layout.topMargin: 25
|
Layout.rightMargin: 10
|
||||||
|
Layout.topMargin: 10
|
||||||
Layout.alignment: Qt.AlignVCenter | Qt.AlignHCenter
|
Layout.alignment: Qt.AlignVCenter | Qt.AlignHCenter
|
||||||
|
horizontalAlignment: Text.AlignHCenter
|
||||||
|
verticalAlignment: Text.AlignVCenter
|
||||||
Accessible.name: text.replace(/<\/?[^>]+(>|$)/g, "")
|
Accessible.name: text.replace(/<\/?[^>]+(>|$)/g, "")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue