mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Make saving spinner not resize the status bar
This commit is contained in:
parent
a7ab2ae11b
commit
578372bf3e
@ -33,6 +33,7 @@ class SaveWidget(QWidget):
|
||||
self.stop()
|
||||
|
||||
def start(self):
|
||||
self.pi.setDisplaySize(self.label.height())
|
||||
self.pi.setVisible(True)
|
||||
self.pi.startAnimation()
|
||||
self.label.setText(_('Saving...'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user