Use HColumnLayout in HInterfaceBox

This commit is contained in:
miruka 2019-04-28 12:47:51 -04:00
parent c5794424ed
commit bf9eb7dbc9

View File

@ -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 }