From 2e2eb6715a0db4b076781984140ae61ea04f0cde Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 30 Dec 2004 17:39:00 +0000 Subject: more spacing around the separator and the buttons (as requested by ergonomy team) --- perl-install/ugtk2.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/ugtk2.pm') 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 { -- cgit v1.2.1