summaryrefslogtreecommitdiffstats
path: root/qt-mobile/theme/Units.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/theme/Units.qml')
-rw-r--r--qt-mobile/theme/Units.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/theme/Units.qml b/qt-mobile/theme/Units.qml
index 73ee3f8cf..6b477b089 100644
--- a/qt-mobile/theme/Units.qml
+++ b/qt-mobile/theme/Units.qml
@@ -2,4 +2,5 @@ import QtQuick 2.3
QtObject {
property int gridUnit: 24
+ property int spacing: gridUnit / 3
} \ No newline at end of file