aboutsummaryrefslogtreecommitdiffstats
path: root/MandrivaUpdate
diff options
context:
space:
mode:
Diffstat (limited to 'MandrivaUpdate')
-rwxr-xr-xMandrivaUpdate4
1 files changed, 2 insertions, 2 deletions
diff --git a/MandrivaUpdate b/MandrivaUpdate
index a264e055..90398ad8 100755
--- a/MandrivaUpdate
+++ b/MandrivaUpdate
@@ -125,7 +125,7 @@ sub run_treeview_dialog {
0, getbanner(),
0, gtknew('Title2', label => N("Here is the list of software package updates")),
1, create_vpaned(
- gtknew('ScrolledWindow', width => $typical_width*0.9, height => 240,
+ gtknew('ScrolledWindow', width => $typical_width*0.9, height => 200,
child => $list = Gtk2::SimpleList->new(
" " . " " . " " => 'bool', #N("Selected")
'' => 'hidden',
@@ -137,7 +137,7 @@ sub run_treeview_dialog {
),
gtknew('ScrolledWindow', width => $typical_width*0.9,
- child => $info = Gtk2::Mdv::TextView->new, height => 110,
+ child => $info = Gtk2::Mdv::TextView->new, height => 190,
),
resize1 => 1,
),