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:
parent
cc032c9830
commit
0e26afbf0a
@ -5,7 +5,5 @@ import QtQuick.Dialogs 1.2
|
||||
import QtQuick.Layouts 1.1
|
||||
|
||||
Text {
|
||||
|
||||
font.pointSize: 18
|
||||
color: theme.textColor
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user