subsurface/qt-mobile/theme/Units.qml

6 lines
95 B
QML
Raw Normal View History

import QtQuick 2.3
QtObject {
property int gridUnit: 24
property int spacing: gridUnit / 3
}