From aff84f71451528f25e6f2f5ae1f862b0e85fc399 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 19 Mar 2009 14:47:52 +0000 Subject: (run_treeview_dialog) fix width of title by workarounding Gtk+ (#48259) --- MandrivaUpdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MandrivaUpdate') diff --git a/MandrivaUpdate b/MandrivaUpdate index 20a75dbc..21678716 100755 --- a/MandrivaUpdate +++ b/MandrivaUpdate @@ -146,7 +146,7 @@ sub run_treeview_dialog { gtkpack_( gtknew('VBox', spacing => 3), if_(!$is_small_screen, 0, getbanner()), - 0, gtknew('Title2', label => N("Here is the list of software package updates")), + 0, gtknew('Title2', label => N("Here is the list of software package updates"), width => 600), 1, create_vpaned( gtknew('ScrolledWindow', width => $typical_width*0.9, height => $is_small_screen ? 150 : 200, child => $list = Gtk2::SimpleList->new( -- cgit v1.2.1