summaryrefslogtreecommitdiffstats
path: root/qt-mobile/Label.qml
diff options
context:
space:
mode:
authorGravatar Sebastian Kügler <sebas@kde.org>2015-11-06 21:57:01 +0000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-06 14:07:32 -0800
commitb7e33eb8bbb6adae87cfe75cb039c28cbbc8ae0e (patch)
tree6abb30b0e6c83745df0d128fec09dcb1ec843587 /qt-mobile/Label.qml
parent7b320a7d340bef9d12ab7bce7c5a7215023db140 (diff)
downloadsubsurface-b7e33eb8bbb6adae87cfe75cb039c28cbbc8ae0e.tar.gz
More info in ThemeTest
This makes problems with the default font more apparent Signed-off-by: Sebastian Kügler <sebas@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/Label.qml')
-rw-r--r--qt-mobile/Label.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/qt-mobile/Label.qml b/qt-mobile/Label.qml
index f340d0b32..617e05245 100644
--- a/qt-mobile/Label.qml
+++ b/qt-mobile/Label.qml
@@ -8,7 +8,4 @@ Text {
font.pointSize: 18
color: theme.textColor
-
- text: "empty label"
-
}