diff options
Diffstat (limited to 'qt-mobile/theme/Theme.qml')
-rw-r--r-- | qt-mobile/theme/Theme.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-mobile/theme/Theme.qml b/qt-mobile/theme/Theme.qml index faf96f96f..2c51ae00f 100644 --- a/qt-mobile/theme/Theme.qml +++ b/qt-mobile/theme/Theme.qml @@ -54,5 +54,4 @@ QtObject { property color complementaryBackgroundColor: Qt.rgba(0,0,0, 0.54) property color complementaryHoverColor: "#2196F3" property color complementaryFocusColor: "#2196F3" - } |