setting anchors inside of components is not a good idea

This commit is contained in:
Sebastian Kügler 2012-04-02 04:52:20 +02:00
parent b6468d6437
commit 1889b8e1fa

View File

@ -84,7 +84,6 @@ Item {
property int space: 20
property int navigationWidth: 340
property int contentWidth: app.width - navigationWidth - space*2
anchors.fill: parent
PlasmaCore.Theme { id: theme }