From 2f88ca8c115b22d2fe9ba3486848dbf9fb45dc18 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 19 Nov 2010 12:16:54 +0300 Subject: [PATCH] rework label edit dialog (change margins a bit) --- modules/pref-labels.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/pref-labels.php b/modules/pref-labels.php index 540df97b1..d7352e5e8 100644 --- a/modules/pref-labels.php +++ b/modules/pref-labels.php @@ -35,12 +35,12 @@ print "
" . __("Colors") . "
"; print "
"; - print "
"; + print ""; print ""; - print "
".__("Foreground:")."".__("Background:"). "
"; + print "
"; $fg_color = $line['fg_color']; $bg_color = $line['bg_color'];