gallery: Remove button spacing, otherwise there is too little space

This commit is contained in:
Peter Hartmann 2023-05-06 15:38:34 +02:00 committed by uwerat
parent 11b13ffa16
commit a11c61c2cd

View File

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