mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05: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
|
||||
font.family: roboto.name
|
||||
Layout.fillHeight: true
|
||||
Layout.leftMargin: 25
|
||||
Layout.rightMargin: 25
|
||||
Layout.topMargin: 25
|
||||
Layout.fillWidth: true
|
||||
Layout.leftMargin: 10
|
||||
Layout.rightMargin: 10
|
||||
Layout.topMargin: 10
|
||||
Layout.alignment: Qt.AlignVCenter | Qt.AlignHCenter
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
Accessible.name: text.replace(/<\/?[^>]+(>|$)/g, "")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue