summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-08-25 09:26:01 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-08-25 09:26:01 +0000
commit09e3e8957a6ccfbee736c00bb58325e7f8cff3ec (patch)
tree976dd77a2c972ee553680f9505eb9f3e552602c2 /perl-install/ugtk2.pm
parent491e123fb65a388a36b8ad81a7b5fbd7deca44e1 (diff)
downloaddrakx-backup-do-not-use-09e3e8957a6ccfbee736c00bb58325e7f8cff3ec.tar
drakx-backup-do-not-use-09e3e8957a6ccfbee736c00bb58325e7f8cff3ec.tar.gz
drakx-backup-do-not-use-09e3e8957a6ccfbee736c00bb58325e7f8cff3ec.tar.bz2
drakx-backup-do-not-use-09e3e8957a6ccfbee736c00bb58325e7f8cff3ec.tar.xz
drakx-backup-do-not-use-09e3e8957a6ccfbee736c00bb58325e7f8cff3ec.zip
(create_packtable) fix cuted ads at install time
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index 9c6df5f0f..245d5c4e2 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -498,7 +498,7 @@ sub create_packtable {
} @l;
$w->set_col_spacings($options->{col_spacings} || 0);
$w->set_row_spacings($options->{row_spacings} || 0);
- gtkset_border_width($w, 10);
+ gtkset_border_width($w, $::isInstall ? 3 : 10);
}
sub create_okcancel {