more correct widget resizing. Create width and height options (#47)

This commit is contained in:
arcan1s
2015-05-05 02:17:46 +03:00
parent 104bb52557
commit 15d88ee3ba
5 changed files with 63 additions and 95 deletions

View File

@ -246,6 +246,16 @@ Item {
}
}
Row {
height: implicitHeight
width: parent.width
QtControls.Button {
width: parent.width
text: i18n("Edit bars")
onClicked: AWKeys.editItem("graphicalitem")
}
}
QtControls.TextArea {
id: textPattern
width: parent.width