mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
QML: fix warning about anchors
This commit is contained in:
parent
b42342d0ac
commit
5e2db9d16a
1 changed files with 2 additions and 6 deletions
8
main.qml
8
main.qml
|
@ -290,13 +290,9 @@ ApplicationWindow {
|
|||
RowLayout {
|
||||
id: langbar
|
||||
Layout.columnSpan: 3
|
||||
Layout.alignment: Qt.AlignCenter | Qt.AlignBottom
|
||||
/* FIXME: shouldn't use anchors here. But Layout bottom alignment does not
|
||||
seem to be respected */
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.bottomMargin: 5
|
||||
Layout.alignment: Qt.AlignHCenter | Qt.AlignBottom
|
||||
Layout.bottomMargin: 5
|
||||
spacing: 10
|
||||
|
||||
visible: imageWriter.isEmbeddedMode()
|
||||
|
||||
Rectangle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue