update DP paint

This commit is contained in:
arcan1s
2015-05-08 16:49:13 +03:00
parent 88c3e780cf
commit 7919e6d250
8 changed files with 60 additions and 11 deletions

View File

@ -35,7 +35,7 @@ Item {
Column {
id: pageColumn
width: units.gridUnit * 25
anchors.fill: parent
QtControls.Label {
width: parent.width
horizontalAlignment: Text.AlignHCenter
@ -220,6 +220,7 @@ Item {
QtControls.TextArea {
id: textPattern
width: parent.width
height: parent.height * 4 / 5
textFormat: TextEdit.PlainText
text: plasmoid.configuration.text
}