summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-03 15:22:04 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-03 15:22:04 +0000
commitc1b273abab0c91ae0364b9fc5fcf26c2480db7c2 (patch)
tree815c884b34d74b2ce9b747712167399af2959b72 /perl-install/ugtk2.pm
parent09f36f045b5aaf8f159a9b13a78c4240a7530ee5 (diff)
downloaddrakx-c1b273abab0c91ae0364b9fc5fcf26c2480db7c2.tar
drakx-c1b273abab0c91ae0364b9fc5fcf26c2480db7c2.tar.gz
drakx-c1b273abab0c91ae0364b9fc5fcf26c2480db7c2.tar.bz2
drakx-c1b273abab0c91ae0364b9fc5fcf26c2480db7c2.tar.xz
drakx-c1b273abab0c91ae0364b9fc5fcf26c2480db7c2.zip
(new) fix sizing some label (workarounding infamous 6 years old gnome bug #101968)
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index 03e73c713..042a6f2ff 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -919,7 +919,9 @@ sub ask_browse_tree_info {
gtkadd($w->{window},
gtknew('VBox', spacing => 5, children => [
- 0, gtknew('Title2', label => $common->{message}),
+ 0, gtknew('Title2', label => $common->{message},
+ # workaround infamous 6 years old gnome bug #101968:
+ width => mygtk2::get_label_width()),
1, gtknew('VBox', children => [
1, gtknew('ScrolledWindow', child => $tree),
0, gtknew('Frame', text => N("Info"), child =>