HSpacer component for layouts

This commit is contained in:
miruka
2019-04-28 15:22:53 -04:00
parent d0089df051
commit f714c85d75
7 changed files with 14 additions and 7 deletions

View File

@@ -33,11 +33,11 @@ HScalingBox {
}
}
Item { Layout.fillHeight: true }
HSpacer {}
HColumnLayout { id: interfaceBody }
Item { Layout.fillHeight: true }
HSpacer {}
HRowLayout {
Repeater {

View File

@@ -0,0 +1,7 @@
import QtQuick 2.7
import QtQuick.Layouts 1.4
Item {
Layout.fillWidth: true
Layout.fillHeight: true
}