From eb24c61f006d9a2739205a9cfc21ee6a1e4f5228 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 2 Sep 2008 14:48:58 +0000 Subject: (ask_deselect_media__copy_on_disk) further improve layout of media selection step by fixing width of another label --- perl-install/install/steps_gtk.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install/install/steps_gtk.pm') diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index 17552cad6..b63acf7b0 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -698,7 +698,10 @@ sub ask_deselect_media__copy_on_disk { create_scrolled_window(gtkpack_( Gtk2::VBox->new(0, 5), @names > 1 ? ( - 0, Gtk2::WrappedLabel->new(formatAlaTeX(N("The following installation media have been found. + 0, gtknew('Label_Left', padding => [ 0, 0 ], + # workaround infamous 6 years old gnome bug #101968: + width => mygtk2::get_label_width(), + text => formatAlaTeX(N("The following installation media have been found. If you want to skip some of them, you can unselect them now."))), (map { my $b = gtknew('CheckButton', text => $_, active_ref => \$selection{$_}); -- cgit v1.2.1