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
parent d72e7ea529
commit 143f7475d3
1 changed files with 1 additions and 1 deletions

View File

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