aboutsummaryrefslogtreecommitdiffstats
path: root/MandrivaUpdate
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-03-19 14:36:51 +0000
committerThierry Vignaud <tv@mandriva.org>2009-03-19 14:36:51 +0000
commit8fd3a3fe1939a1ecc9a1e413508de663806c4752 (patch)
tree69932e2faec2bf9c93872acc51e7e205fef49d91 /MandrivaUpdate
parent5841a2cd65d51930f22a35c5c5f903c46bf4b488 (diff)
downloadrpmdrake-8fd3a3fe1939a1ecc9a1e413508de663806c4752.tar
rpmdrake-8fd3a3fe1939a1ecc9a1e413508de663806c4752.tar.gz
rpmdrake-8fd3a3fe1939a1ecc9a1e413508de663806c4752.tar.bz2
rpmdrake-8fd3a3fe1939a1ecc9a1e413508de663806c4752.tar.xz
rpmdrake-8fd3a3fe1939a1ecc9a1e413508de663806c4752.zip
(run_treeview_dialog) force width of icon column to be fixed
Diffstat (limited to 'MandrivaUpdate')
-rwxr-xr-xMandrivaUpdate2
1 files changed, 2 insertions, 0 deletions
diff --git a/MandrivaUpdate b/MandrivaUpdate
index 65d8b43b..20a75dbc 100755
--- a/MandrivaUpdate
+++ b/MandrivaUpdate
@@ -212,6 +212,8 @@ sub run_treeview_dialog {
$list->set_rules_hint(1);
+ my $pix_col = $list->get_column($pkg_columns{image});
+ $pix_col->set_fixed_width(32);
my $bool_col = $list->get_column($pkg_columns{selected});
$bool_col->set_fixed_width(24);
$bool_col->set_sizing('fixed');