Make saving spinner not resize the status bar

This commit is contained in:
Kovid Goyal 2013-12-02 09:09:32 +05:30
parent a7ab2ae11b
commit 578372bf3e

View File

@ -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...'))