backport QML code changes from awesome-widgets to deskop-panel

This commit is contained in:
2016-04-22 15:39:36 +03:00
parent 82dda14260
commit 22586811de
5 changed files with 59 additions and 42 deletions

View File

@ -84,7 +84,7 @@ Item {
// ui
Text {
id: text
anchors.fill: Layout
anchors.fill: Plasmoid.Layout
renderType: Text.NativeRendering
textFormat: Text.RichText
wrapMode: plasmoid.configuration.wrapText ? Text.WordWrap : Text.NoWrap