mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Make the backup status dialog a bit bigger
This commit is contained in:
parent
b5571efffe
commit
dc16d477d1
@ -171,7 +171,7 @@ class BackupStatus(QDialog): # {{{
|
|||||||
self.setResult(9)
|
self.setResult(9)
|
||||||
self.setWindowTitle(_('Backup status'))
|
self.setWindowTitle(_('Backup status'))
|
||||||
self.update()
|
self.update()
|
||||||
self.resize(self.sizeHint())
|
self.resize(self.sizeHint() + QSize(50, 15))
|
||||||
|
|
||||||
def update(self):
|
def update(self):
|
||||||
db = self.db()
|
db = self.db()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user