moment/src/qml/Base/HSpacer.qml

8 lines
113 B
QML
Raw Normal View History

import QtQuick 2.12
import QtQuick.Layouts 1.12
2019-04-29 05:22:53 +10:00
Item {
Layout.fillWidth: true
Layout.fillHeight: true
}