mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-24 10:55:26 +02:00
Make saving spinner not resize the status bar
This commit is contained in:
parent
a7ab2ae11b
commit
578372bf3e
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ def __init__(self, parent=None):
|
|||
self.stop()
|
||||
|
||||
def start(self):
|
||||
self.pi.setDisplaySize(self.label.height())
|
||||
self.pi.setVisible(True)
|
||||
self.pi.startAnimation()
|
||||
self.label.setText(_('Saving...'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue