0 spacing to demo button joining

This commit is contained in:
Marco Martin 2013-12-27 11:08:53 +01:00
parent 0d77298d1b
commit a314812497

View File

@ -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" }