summaryrefslogtreecommitdiffstats
path: root/draksnapshot-config
diff options
context:
space:
mode:
Diffstat (limited to 'draksnapshot-config')
-rwxr-xr-xdraksnapshot-config6
1 files changed, 4 insertions, 2 deletions
diff --git a/draksnapshot-config b/draksnapshot-config
index 456e74a..741e63f 100755
--- a/draksnapshot-config
+++ b/draksnapshot-config
@@ -178,8 +178,10 @@ gtkadd($my_win->{window},
];
} @ordered_intervals
])),
- 0, $button = gtknew('Install_Button', text => N("Advanced"),
- clicked => sub { $d_window->show }),
+ 0, gtknew('HButtonBox', layout => 'start', border_width => 5, spacing => 5, children_loose => [
+ $button = gtknew('Install_Button', text => N("Advanced"),
+ clicked => sub { $d_window->show }),
+ ]),
]),
0, gtknew('HButtonBox', layout => 'end', border_width => 5, spacing => 5, children_loose => [
gtknew('Button', text => N("Apply"), clicked => \&save),