mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Add some space before teh book counts in the status bar
This commit is contained in:
parent
2f8a25654b
commit
1dad6584de
@ -212,7 +212,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('%s [%s]' % (msg, base))
|
self.defmsg.setText(u'%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