This commit is contained in:
Marco Martin 2012-09-18 12:02:04 +02:00
parent d3d96826ac
commit e1c4125ac8

View File

@ -48,7 +48,7 @@ import "." 0.1
Item {
id: root
width: Math.max(buttonItem.childrenRect.width + dialog.margins.left + dialog.margins.right, theme.defaultFont.mSize.width * 40)
width: Math.max(buttonItem.childrenRect.width + dialog.margins.left + dialog.margins.right + theme.defaultFont.mSize.width * 4, theme.defaultFont.mSize.width * 45)
height: titleBar.childrenRect.height + contentItem.childrenRect.height + buttonItem.childrenRect.height + 8 + dialog.margins.top + dialog.margins.bottom
property alias title: titleBar.children