From 6c85915744f3a63f7f72cebdd7fe0addf38badf6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 23 Sep 2008 21:18:28 +0000 Subject: fix sizing some labels (workarounding infamous 6 years old gnome bug 101968) --- perl-install/standalone/drakbug | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index 08e8eca83..40e12e495 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -129,9 +129,10 @@ sub format_trace_with_message { my $parent_uid = get_parent_uid(); +my $width = 600; gtkadd($window->{window}, gtkpack_(Gtk2::VBox->new(0, 5), - 0, gtknew('Title1', label => $mandrake_release), + 0, gtknew('Title1', label => $mandrake_release, width => $width), 1, create_scrolled_window( gtknew('TextView', editable => 0, height => 200, text => [ @@ -149,7 +150,7 @@ gtkadd($window->{window}, N("To submit a bug report, click on the report button. \nThis will open a web browser window on %s where you'll find a form to fill in. The information displayed above will be transferred to that server. \nThings useful to include in your report are the output of lspcidrake -v, kernel version, and /proc/cpuinfo.", $wizard_name) ] ])), - 0, gtknew('Title2', label => N("Please describe what you were doing when it crashed:")), + 0, gtknew('Title2', label => N("Please describe what you were doing when it crashed:"), width => $width), if_($incident, 1, create_scrolled_window( $user_descr = gtknew('TextView', editable => 1, height => 200) -- cgit v1.2.1