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