summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-01 16:18:02 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-01 16:18:02 +0000
commita92da50e0a99e1fd2f89f1b8ab0b56c23683a952 (patch)
treef964869c2fbd0aaa3181ae49fade8dac89bebfe3 /perl-install/install/steps_gtk.pm
parent73e9459062f85bca8adef6976df8d4a6f2dbbbe0 (diff)
downloaddrakx-a92da50e0a99e1fd2f89f1b8ab0b56c23683a952.tar
drakx-a92da50e0a99e1fd2f89f1b8ab0b56c23683a952.tar.gz
drakx-a92da50e0a99e1fd2f89f1b8ab0b56c23683a952.tar.bz2
drakx-a92da50e0a99e1fd2f89f1b8ab0b56c23683a952.tar.xz
drakx-a92da50e0a99e1fd2f89f1b8ab0b56c23683a952.zip
(reallyChooseDesktop) make sure title use all availlable width
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r--perl-install/install/steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
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),