This commit is contained in:
Marco Martin 2011-11-25 21:39:32 +01:00
parent 544b39b04e
commit e4eeac663d

View File

@ -134,13 +134,13 @@ Item {
Item {
id: contentItem
clip: true
onChildrenRectChanged: mainItem.width = Math.max(childrenRect.width, buttonItem.childrenRect.width)
anchors {
top: titleBar.bottom
left: parent.left
right: parent.right
bottom: buttonItem.top
bottomMargin: 8
}
}
@ -148,7 +148,6 @@ Item {
id: buttonItem
height: childrenRect.height
clip: true
anchors {
left: parent.left
right: parent.right