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.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/qt-mobile/theme/Units.qml b/qt-mobile/theme/Units.qml
new file mode 100644
index 000000000..73ee3f8cf
--- /dev/null
+++ b/qt-mobile/theme/Units.qml
@@ -0,0 +1,5 @@
+import QtQuick 2.3
+
+QtObject {
+ property int gridUnit: 24
+} \ No newline at end of file