From 0e26afbf0a19ab1a3acb6f2beea6cde1e8d741ef Mon Sep 17 00:00:00 2001 From: Sebastian Kügler Date: Sat, 7 Nov 2015 03:06:12 +0100 Subject: Remove hard-coded size from label component MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Dirk Hohndel --- qt-mobile/qml/components/Label.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'qt-mobile') 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 } -- cgit v1.2.3-70-g09d2