summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-01-27 08:29:35 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-01-27 08:29:35 +0000
commit30730268e2e6698eb4b39c5ef7e0e6c2e3c626a4 (patch)
tree76f195709f8a78f87d9cce9b949d48e9a9cb6d6e
parent0658300ff72592d7074657408464e25b2f0ebf1c (diff)
downloadcontrol-center-30730268e2e6698eb4b39c5ef7e0e6c2e3c626a4.tar
control-center-30730268e2e6698eb4b39c5ef7e0e6c2e3c626a4.tar.gz
control-center-30730268e2e6698eb4b39c5ef7e0e6c2e3c626a4.tar.bz2
control-center-30730268e2e6698eb4b39c5ef7e0e6c2e3c626a4.tar.xz
control-center-30730268e2e6698eb4b39c5ef7e0e6c2e3c626a4.zip
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
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
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];