about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-02-24 23:53:58 +0100
committerhut <hut@lavabit.com>2013-02-24 23:53:58 +0100
commitf5741fb1c94daeb8df451758b3ae9c8e78358e40 (patch)
tree58cc2bb364127f49966c68a6beec5bb3b8eb6c6b
parent1699a4e8e4eea10f2aaa3520cb16a0253c7248a0 (diff)
downloadranger-f5741fb1c94daeb8df451758b3ae9c8e78358e40.tar.gz
widgets.statusbar: reverted aroig's addition of whitespace
-rw-r--r--ranger/gui/widgets/statusbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/gui/widgets/statusbar.py b/ranger/gui/widgets/statusbar.py
index e16b6274..d0a92b21 100644
--- a/ranger/gui/widgets/statusbar.py
+++ b/ranger/gui/widgets/statusbar.py
@@ -283,7 +283,7 @@ class StatusBar(Widget):
                 right.add('{0:0>.0f}%'.format(100.0 * pos / max_pos),
                         base, 'percentage')
         else:
-            right.add('0/0    All', base, 'all')
+            right.add('0/0  All', base, 'all')
 
     def _print_result(self, result):
         self.win.move(0, 0)