fill the anchors of tool contents in toolbar

This commit is contained in:
Marco Martin 2014-08-20 13:55:08 +02:00
parent d2a2ac18f7
commit 93052bf263

View File

@ -114,8 +114,7 @@ Item{
if (tools) {
tools.parent = newContainer
tools.visible = true
tools.anchors.left = newContainer.left
tools.anchors.right = newContainer.right
tools.anchors.fill = newContainer
}
switch (transition) {