summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/main.qml
diff options
context:
space:
mode:
authorGravatar Sebastian Kügler <sebas@kde.org>2015-11-29 23:39:14 +0100
committerGravatar Sebastian Kügler <sebas@kde.org>2015-11-29 23:59:49 +0100
commit78d5325dda8eadee8004183314195f2d61ffeb53 (patch)
tree3e92e9fa671caf152bcbad5063387b0ec043b082 /qt-mobile/qml/main.qml
parent95c5b355838fbafa691a3ea74929de7bb8c93ee5 (diff)
downloadsubsurface-78d5325dda8eadee8004183314195f2d61ffeb53.tar.gz
Simplify dive list items
- Replace the custom text items with the Components' label - Remove now unneeded properties The goal is to use less different font sizes, as to give the listview a calmer and more uniform look. Signed-off-by: Sebastian Kügler <sebas@kde.org>
Diffstat (limited to 'qt-mobile/qml/main.qml')
-rw-r--r--qt-mobile/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml
index 26b8ed0e6..dd1999e03 100644
--- a/qt-mobile/qml/main.qml
+++ b/qt-mobile/qml/main.qml
@@ -111,7 +111,7 @@ MobileComponents.ApplicationWindow {
QtObject {
id: subsurfaceTheme
property int titlePointSize: Math.round(fontMetrics.font.pointSize * 1.5)
- property int smallPointSize: Math.round(fontMetrics.font.pointSize * 0.7)
+ property int smallPointSize: Math.round(fontMetrics.font.pointSize * 0.8)
property color accentColor: "#2d5b9a"
property color accentTextColor: "#ececec"
}