mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
make sure we show the entire graph width of first load
This commit is contained in:
parent
b025eb9983
commit
2aca212973
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ class DeckStats(QDialog):
|
|||
self.form = aqt.forms.stats.Ui_Dialog()
|
||||
self.oldPos = None
|
||||
self.wholeCollection = False
|
||||
self.setMinimumWidth(700)
|
||||
f = self.form
|
||||
f.setupUi(self)
|
||||
restoreGeom(self, self.name)
|
||||
|
|
Loading…
Reference in a new issue