HSpacer component for layouts
This commit is contained in:
@@ -33,11 +33,11 @@ HScalingBox {
|
||||
}
|
||||
}
|
||||
|
||||
Item { Layout.fillHeight: true }
|
||||
HSpacer {}
|
||||
|
||||
HColumnLayout { id: interfaceBody }
|
||||
|
||||
Item { Layout.fillHeight: true }
|
||||
HSpacer {}
|
||||
|
||||
HRowLayout {
|
||||
Repeater {
|
||||
|
7
harmonyqml/components/Base/HSpacer.qml
Normal file
7
harmonyqml/components/Base/HSpacer.qml
Normal file
@@ -0,0 +1,7 @@
|
||||
import QtQuick 2.7
|
||||
import QtQuick.Layouts 1.4
|
||||
|
||||
Item {
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
}
|
Reference in New Issue
Block a user