layout adjustment
(fixme, discover why this is needed)
This commit is contained in:
parent
74c4c37d24
commit
1d67eef64f
@ -50,7 +50,7 @@ Row {
|
|||||||
layouting = true
|
layouting = true
|
||||||
spacer.parent = null
|
spacer.parent = null
|
||||||
|
|
||||||
spacer.width = root.parent.width - root.childrenRect.width
|
spacer.width = root.parent.width - root.childrenRect.width -10
|
||||||
|
|
||||||
var last = root.children[numChildren-2]
|
var last = root.children[numChildren-2]
|
||||||
last.parent = null
|
last.parent = null
|
||||||
|
@ -47,7 +47,7 @@ Rectangle {
|
|||||||
text: "button on first toolbar"
|
text: "button on first toolbar"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Row {
|
PlasmaComponents.ToolBarLayout {
|
||||||
id: toolbarB
|
id: toolbarB
|
||||||
visible: false
|
visible: false
|
||||||
spacing: 5
|
spacing: 5
|
||||||
|
Loading…
Reference in New Issue
Block a user