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