moment/src/gui/Base/HRowLayout.qml

10 lines
205 B
QML
Raw Normal View History

// Copyright Mirage authors & contributors <https://github.com/mirukana/mirage>
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
2019-04-22 00:44:04 +10:00
RowLayout {
spacing: 0
}