From dd8d4b3d4fdd0a70c8f08e5ffa30b10d2a711db2 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 10 Jan 2009 17:46:37 +0900 Subject: [PATCH] fix spacing in status on study options --- ankiqt/ui/status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ankiqt/ui/status.py b/ankiqt/ui/status.py index d5ac93f0c..f679d78a0 100644 --- a/ankiqt/ui/status.py +++ b/ankiqt/ui/status.py @@ -144,7 +144,7 @@ class StatusView(object): else: # remaining string, bolded depending on current card if not self.main.currentCard: - remStr += "%(failed1)s %(rev1)s %(new1)s" + remStr += "%(failed1)s  %(rev1)s  %(new1)s" else: q = self.main.deck.queueForCard(self.main.currentCard) if q == "failed":