From 8d7214a403d87ae7bc92d35319de25b3dd56ac38 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 22 Sep 2008 13:02:28 +0000 Subject: (create_steps_window) really make use better layout in 640x480 (#43231) (r244419 from 2008-08-27 wasn't complete: '(create_steps_window) better layout in 640x480 (#43231) ("regression" introduced in r243712 on 2008-07-30: "(create_steps_window) first steps toward new installer style"') --- perl-install/install/gtk.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/install/gtk.pm') diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index 3f65bc648..6447076b0 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -162,7 +162,6 @@ sub create_steps_window { children => [ if_($::stepswidth != 0, 0, $o->{steps_widget}), - 0, $o->{steps_widget}, 1, gtknew('Label', width => -1, height => -1), ], ) -- cgit v1.2.1