proper resize

This commit is contained in:
Marco Martin 2013-08-02 20:38:12 +02:00
parent 66b974be59
commit c0f5a18184

View File

@ -25,8 +25,8 @@ import org.kde.plasma.configuration 2.0
Item {
id: root
state: parent.state
implicitWidth: childrenRect.width + 20
implicitHeight: childrenRect.height + 20
implicitWidth: column.width + 20
implicitHeight: row.height + 20
PlasmaComponents.ButtonRow {
id: row
spacing: 0