aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/ManaTools/Shared/GUI/Dialog.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/ManaTools/Shared/GUI/Dialog.pm b/lib/ManaTools/Shared/GUI/Dialog.pm
index 317b71d9..6bb03af6 100644
--- a/lib/ManaTools/Shared/GUI/Dialog.pm
+++ b/lib/ManaTools/Shared/GUI/Dialog.pm
@@ -400,10 +400,11 @@ sub addButtons {
### buttons on the last line
$factory->createVSpacing($layout, 1.0);
- my $buttonbox = $factory->createHBox($layout);
+ my $align = $factory->createBottom($layout);
+ my $buttonbox = $factory->createHBox($align);
## Left side
- my $align = $factory->createLeft($buttonbox);
+ $align = $factory->createLeft($buttonbox);
my $hbox = $factory->createHBox($align);
$self->addWidget('aboutButton',