diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-22 13:02:28 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-22 13:02:28 +0000 |
commit | 8d7214a403d87ae7bc92d35319de25b3dd56ac38 (patch) | |
tree | 65ca46a52aadd7ffc4b605cde9a59712cc641502 /perl-install/install/gtk.pm | |
parent | 969cbe660355cee44fa392b09fcb15621d6bc211 (diff) | |
download | drakx-8d7214a403d87ae7bc92d35319de25b3dd56ac38.tar drakx-8d7214a403d87ae7bc92d35319de25b3dd56ac38.tar.gz drakx-8d7214a403d87ae7bc92d35319de25b3dd56ac38.tar.bz2 drakx-8d7214a403d87ae7bc92d35319de25b3dd56ac38.tar.xz drakx-8d7214a403d87ae7bc92d35319de25b3dd56ac38.zip |
(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"')
Diffstat (limited to 'perl-install/install/gtk.pm')
-rw-r--r-- | perl-install/install/gtk.pm | 1 |
1 files changed, 0 insertions, 1 deletions
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), ], ) |