summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center6
1 files changed, 3 insertions, 3 deletions
diff --git a/control-center b/control-center
index bc34e7c6..3e3051e8 100755
--- a/control-center
+++ b/control-center
@@ -1328,7 +1328,7 @@ foreach (@tree) {
</style>
</HEAD>
-<BODY><TABLE BORDER=0 cellspacing="20" >
+<BODY><TABLE BORDER=0 cellspacing="20" WIDTH="100%" align=$align2>
));
my $view = Gtk2::Html2::View->new;
my $document = Gtk2::Html2::Document->new;
@@ -1370,10 +1370,10 @@ foreach (@tree) {
my $file = ugtk2::_find_imgfile($icon);
my @widgets = (
qq(<TD><A HREF="$label"><IMG SRC="$file"></A></TD>),
- qq(<TD ALIGN="justify" style="text-align: $align"><A HREF="$label">$programs{$label}{long_description}</A></TD>)
+ qq(<TD style="text-align: $align"><A HREF="$label">$programs{$label}{long_description}</A></TD>)
);
@widgets = reverse @widgets if lang::text_direction_rtl();
- qq(<TD WIDTH="40%">
+ qq(<TD WIDTH="49%">
<TABLE cellspacing="5" align="$align2"><TR>
@widgets
</TR></TABLE>