moment/src/gui/Base/HRowLayout.qml
2019-12-19 07:46:16 -04:00

9 lines
125 B
QML

// SPDX-License-Identifier: LGPL-3.0-or-later
import QtQuick 2.12
import QtQuick.Layouts 1.12
RowLayout {
spacing: 0
}