moment/src/gui/Base/HColumnLayout.qml

9 lines
128 B
QML
Raw Normal View History

2019-12-19 22:46:16 +11:00
// SPDX-License-Identifier: LGPL-3.0-or-later
import QtQuick 2.12
import QtQuick.Layouts 1.12
ColumnLayout {
spacing: 0
}