From 30730268e2e6698eb4b39c5ef7e0e6c2e3c626a4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 27 Jan 2003 08:29:35 +0000 Subject: use latest ugtk2 feature so that mcc pack tables behave smoother (all table columns behaving like last column of drakx's pack tables) look at wizard section (aka "server configuration"), the rendering is much, much nicer and smoother as for text alignment on icons. there still something do when text description is too short (less than 3 lines), where text is still badly aligned, we always fall back on reusing gtk::textview widget (i18n/l10n aware regarding justification, growing, ...) or redo everything at hand with gtk::drawing_area which would be just stupid --- control-center | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control-center b/control-center index a3c43d10..a85b3e7b 100755 --- a/control-center +++ b/control-center @@ -496,7 +496,7 @@ foreach (@tree) { # Create right notebook pages : - my $tbl = create_packtable({ col_spacings => $spacing, row_spacings => $spacing, homogeneous => 1 }, + my $tbl = create_packtable({ col_spacings => $spacing, row_spacings => $spacing, homogeneous => 1, mcc => 1 }, group_by2(map { my ($label, $tag) = @$_; my $text = $exec_hash->{$label}[3]; -- cgit v1.2.1