From a92da50e0a99e1fd2f89f1b8ab0b56c23683a952 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 1 Sep 2008 16:18:02 +0000 Subject: (reallyChooseDesktop) make sure title use all availlable width --- perl-install/install/NEWS | 2 +- perl-install/install/steps_gtk.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index d518dfa85..5dfe58b61 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -6,7 +6,7 @@ and install updates. This replaces the previous "Install Updates" step. - fix alignment of check buttons - fix sizing radio buttons' labels (infamous 6 years old gnome bug #101968) -- further improvements to the "bootloader", "partitionning" steps +- further improvements to the "bootloader", "desktop" & "partitionning" steps - prevent big combo boxes to cause an horizontall scrollbar to appear by using the "ellipsize" property - remove "Generate auto install floppy" & "Save packages selection" diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index 372a7ed30..790849e6d 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -280,7 +280,7 @@ sub reallyChooseDesktop { ugtk2::gtkadd($w->{window}, gtknew('VBox', children => [ - 0, gtknew('Title2', label => $message . + 0, gtknew('Title2', width => mygtk2::get_label_width(), label => $message . N("Click on images in order to see a bigger preview")), 1, gtknew('HButtonBox', children_loose => \@l), 0, $w->create_okcancel(N("Next"), undef), -- cgit v1.2.1