mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05: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 {
|
RowLayout {
|
||||||
id: langbar
|
id: langbar
|
||||||
Layout.columnSpan: 3
|
Layout.columnSpan: 3
|
||||||
Layout.alignment: Qt.AlignCenter | Qt.AlignBottom
|
Layout.alignment: Qt.AlignHCenter | Qt.AlignBottom
|
||||||
/* FIXME: shouldn't use anchors here. But Layout bottom alignment does not
|
Layout.bottomMargin: 5
|
||||||
seem to be respected */
|
|
||||||
anchors.bottom: parent.bottom
|
|
||||||
anchors.bottomMargin: 5
|
|
||||||
spacing: 10
|
spacing: 10
|
||||||
|
|
||||||
visible: imageWriter.isEmbeddedMode()
|
visible: imageWriter.isEmbeddedMode()
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue