diff options
-rw-r--r-- | perl-install/mygtk2.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index 0031f3ef6..c9ba5ec00 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -147,7 +147,6 @@ sub _gtk { sub _gtk__Install_Button { my ($w, $opts, $class) = @_; local $opts->{widget_name} = 'Banner'; - local $opts->{padding} = [ 20, 0 ]; local $opts->{child} = gtknew('HBox', spacing => 5, children_tight => [ # FIXME: not RTL compliant (lang::text_direction_rtl() ? ...) |