From 5c45ea26002a61daa22384473e735c8f2af7cd62 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 29 Oct 2010 21:54:34 +0900 Subject: [PATCH] tweak table sizes --- ankiqt/ui/main.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index 7d5645f23..10de7a26e 100755 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -1629,11 +1629,11 @@ day = :d""", d=yesterday) h['ntot_header'] = "" + _("New total:") + "" stats1 = ("""\ - +
%(cs_header)s%(repsInSesChg)s
%(cs_header)s%(repsInSesChg)s %(repsInSes)s

- @@ -1641,8 +1641,8 @@ day = :d""", d=yesterday)
+
%(cd_header)s%(repsTodayChg)s %(repsToday)s
%(td_header)s%(timeTodayChg)s
""") % h stats2 = ("""\ - - +
%(rd_header)s%(ret)s
+
%(rd_header)s%(ret)s
%(ntod_header)s%(new)s
%(ntot_header)s%(newof)s
""") % h