0 spacing to demo button joining
This commit is contained in:
parent
0d77298d1b
commit
a314812497
@ -638,6 +638,7 @@ Page {
|
|||||||
ButtonRow {
|
ButtonRow {
|
||||||
id: buttonRow3
|
id: buttonRow3
|
||||||
exclusive: true
|
exclusive: true
|
||||||
|
spacing: 0
|
||||||
|
|
||||||
ToolButton { flat:false; iconSource: "go-previous" }
|
ToolButton { flat:false; iconSource: "go-previous" }
|
||||||
ToolButton { flat:false; text: "tb2" }
|
ToolButton { flat:false; text: "tb2" }
|
||||||
@ -647,6 +648,7 @@ Page {
|
|||||||
ButtonColumn {
|
ButtonColumn {
|
||||||
id: buttonRow4
|
id: buttonRow4
|
||||||
exclusive: true
|
exclusive: true
|
||||||
|
spacing: 0
|
||||||
|
|
||||||
ToolButton { flat:false; text: "tb1" }
|
ToolButton { flat:false; text: "tb1" }
|
||||||
ToolButton { flat:false; text: "tb2" }
|
ToolButton { flat:false; text: "tb2" }
|
||||||
|
Loading…
Reference in New Issue
Block a user