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:
parent
3a0f61b559
commit
f5a217cf04
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user