diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-12-30 17:39:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-12-30 17:39:00 +0000 |
commit | 2e2eb6715a0db4b076781984140ae61ea04f0cde (patch) | |
tree | 909c8f1a2690a9e4bfd29e54845acd53f61766fc /perl-install | |
parent | ec593e18cf024fe09356a5ea41d4ac3e4be078a7 (diff) | |
download | drakx-2e2eb6715a0db4b076781984140ae61ea04f0cde.tar drakx-2e2eb6715a0db4b076781984140ae61ea04f0cde.tar.gz drakx-2e2eb6715a0db4b076781984140ae61ea04f0cde.tar.bz2 drakx-2e2eb6715a0db4b076781984140ae61ea04f0cde.tar.xz drakx-2e2eb6715a0db4b076781984140ae61ea04f0cde.zip |
more spacing around the separator and the buttons (as requested by ergonomy team)
Diffstat (limited to 'perl-install')
-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 { |