summaryrefslogtreecommitdiffstats
path: root/qt-mobile
diff options
context:
space:
mode:
authorGravatar Sebastian Kügler <sebas@kde.org>2015-11-07 03:06:12 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-07 09:03:20 -0800
commit0e26afbf0a19ab1a3acb6f2beea6cde1e8d741ef (patch)
tree96464b1fa3940e39e17903394b575724a38d6ede /qt-mobile
parentcc032c9830aa44da13b092ab6e5640150bae3fe9 (diff)
downloadsubsurface-0e26afbf0a19ab1a3acb6f2beea6cde1e8d741ef.tar.gz
Remove hard-coded size from label component
This isn't necessary anymore with the default font size fixed, remove it. The label itself is still useful for coloring, and perhaps more styling in the future. Signed-off-by: Sebastian Kügler <sebas@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r--qt-mobile/qml/components/Label.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-mobile/qml/components/Label.qml b/qt-mobile/qml/components/Label.qml
index 617e05245..acbc079e2 100644
--- a/qt-mobile/qml/components/Label.qml
+++ b/qt-mobile/qml/components/Label.qml
@@ -5,7 +5,5 @@ import QtQuick.Dialogs 1.2
import QtQuick.Layouts 1.1
Text {
-
- font.pointSize: 18
color: theme.textColor
}