diff options
Diffstat (limited to 'qt-mobile/qml')
-rw-r--r-- | qt-mobile/qml/components/Label.qml | 2 |
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 } |