gallery button page: increase spacing

This commit is contained in:
Peter Hartmann 2023-03-05 10:36:18 +01:00 committed by uwerat
parent 689f45f710
commit cda2877b42

View File

@ -38,6 +38,7 @@ namespace
: ButtonBox( Qt::Horizontal, 3, parent )
{
setDefaultAlignment( Qt::AlignCenter );
setSpacing( 30 );
populate();
}