update DP

update aw-kde4
This commit is contained in:
arcan1s
2015-02-08 12:57:25 +03:00
parent 6e27717dc8
commit 16d7d2bc20
15 changed files with 797 additions and 689 deletions

View File

@ -146,8 +146,8 @@ Item {
PlasmaCore.ToolTipArea {
id: rootTooltip
mainItem: Text {
id: tooltip
textFormat: Text.RichText
id: tooltip
textFormat: Text.RichText
}
}
}
@ -180,6 +180,8 @@ Item {
}
Plasmoid.onUserConfiguringChanged: {
if (debug) console.log("[main::onUserConfiguringChanged]")
// init submodule
AWKeys.initKeys(plasmoid.configuration.text, tooltipSettings)
}