gallery: Remove button spacing, otherwise there is too little space
This commit is contained in:
parent
11b13ffa16
commit
a11c61c2cd
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user