default to plain text for labels

as this control is new, we can change the default.
for sanity purposes, default to plain text
if the user really needs rich text, it can still
be explicitly setted

reviewed-by:kbroulik
This commit is contained in:
Marco Martin 2017-07-12 16:49:37 +02:00
parent 3a0f61b559
commit f5a217cf04

View File

@ -33,6 +33,7 @@ T.Label {
//TODO: from theme singleton?
color: PlasmaCore.ColorScope.textColor
linkColor: theme.linkColor
textFormat: Text.PlainText
opacity: enabled? 1 : 0.6