mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Fix #1698296 [[Reguest] Small space](https://bugs.launchpad.net/calibre/+bug/1698296)
This commit is contained in:
parent
3402253b7c
commit
bc6656c801
@ -303,7 +303,7 @@ class StatusBar(QStatusBar): # {{{
|
|||||||
if self.library_total != self.total:
|
if self.library_total != self.total:
|
||||||
base = _('{0}, {1} total').format(base, self.library_total)
|
base = _('{0}, {1} total').format(base, self.library_total)
|
||||||
|
|
||||||
self.defmsg.setText(u'%s\xa0\xa0\xa0\xa0[%s]' % (msg, base))
|
self.defmsg.setText(u'\xa0%s\xa0\xa0\xa0\xa0[%s]' % (msg, base))
|
||||||
self.clearMessage()
|
self.clearMessage()
|
||||||
|
|
||||||
def device_disconnected(self):
|
def device_disconnected(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user