diff options
Diffstat (limited to 'qt-mobile/main.qml')
-rw-r--r-- | qt-mobile/main.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qt-mobile/main.qml b/qt-mobile/main.qml index 5c8c04b2c..e9cfb5b74 100644 --- a/qt-mobile/main.qml +++ b/qt-mobile/main.qml @@ -17,10 +17,14 @@ ApplicationWindow { Theme.Units { id: units + property int spacing: Math.ceil(gridUnit / 3) } Theme.Theme { id: theme + /* Added for subsurface */ + property color accentColor: "#2d5b9a" + property color accentTextColor: "#ececec" } Menu { |