gallery button page: increase spacing
This commit is contained in:
parent
689f45f710
commit
cda2877b42
|
@ -38,6 +38,7 @@ namespace
|
||||||
: ButtonBox( Qt::Horizontal, 3, parent )
|
: ButtonBox( Qt::Horizontal, 3, parent )
|
||||||
{
|
{
|
||||||
setDefaultAlignment( Qt::AlignCenter );
|
setDefaultAlignment( Qt::AlignCenter );
|
||||||
|
setSpacing( 30 );
|
||||||
populate();
|
populate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue