Use HColumnLayout in HInterfaceBox
This commit is contained in:
@@ -19,7 +19,7 @@ HScalingBox {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ColumnLayout {
|
HColumnLayout {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
id: mainColumn
|
id: mainColumn
|
||||||
|
|
||||||
@@ -35,7 +35,7 @@ HScalingBox {
|
|||||||
|
|
||||||
Item { Layout.fillHeight: true }
|
Item { Layout.fillHeight: true }
|
||||||
|
|
||||||
ColumnLayout { id: interfaceBody }
|
HColumnLayout { id: interfaceBody }
|
||||||
|
|
||||||
Item { Layout.fillHeight: true }
|
Item { Layout.fillHeight: true }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user