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