summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-12-30 17:39:00 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-12-30 17:39:00 +0000
commit2e2eb6715a0db4b076781984140ae61ea04f0cde (patch)
tree909c8f1a2690a9e4bfd29e54845acd53f61766fc /perl-install/ugtk2.pm
parentec593e18cf024fe09356a5ea41d4ac3e4be078a7 (diff)
downloaddrakx-backup-do-not-use-2e2eb6715a0db4b076781984140ae61ea04f0cde.tar
drakx-backup-do-not-use-2e2eb6715a0db4b076781984140ae61ea04f0cde.tar.gz
drakx-backup-do-not-use-2e2eb6715a0db4b076781984140ae61ea04f0cde.tar.bz2
drakx-backup-do-not-use-2e2eb6715a0db4b076781984140ae61ea04f0cde.tar.xz
drakx-backup-do-not-use-2e2eb6715a0db4b076781984140ae61ea04f0cde.zip
more spacing around the separator and the buttons (as requested by ergonomy team)
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm3
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 {