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>
This commit is contained in:
Sebastian Kügler 2015-11-07 03:06:12 +01:00 committed by Dirk Hohndel
parent cc032c9830
commit 0e26afbf0a

View file

@ -5,7 +5,5 @@ import QtQuick.Dialogs 1.2
import QtQuick.Layouts 1.1
Text {
font.pointSize: 18
color: theme.textColor
}