From 883bc22d5a02fcccaac2134c92efefcb49b37765 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 19 Jul 2005 10:27:26 +0000 Subject: Don't put a border around embbeded rpmdrake --- perl-install/mygtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/mygtk2.pm') diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index 2dee5daca..b56874a24 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -498,7 +498,7 @@ sub _gtk__MagicWindow { } set_main_window_size($::WizardWindow); - $sub_child->set_border_width(10); + $sub_child->set_border_width($rpmdrake::VERSION ? 0 : 10); $w = $::WizardWindow; gtkadd($::WizardTable, children_loose => [ $sub_child ]); -- cgit v1.2.1