diff options
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r-- | perl-install/ugtk2.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index 014d7f967..93068a641 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -531,7 +531,8 @@ sub create_okcancel { push @right, $bok; } - gtknew('VBox', children_loose => [ + gtknew('VBox', spacing => 5, children_loose => [ + gtknew('HBox', height => 5), gtknew('HSeparator'), gtknew('HBox', children_loose => [ map { |