mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 09:16:38 -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.form = aqt.forms.stats.Ui_Dialog()
|
||||||
self.oldPos = None
|
self.oldPos = None
|
||||||
self.wholeCollection = False
|
self.wholeCollection = False
|
||||||
|
self.setMinimumWidth(700)
|
||||||
f = self.form
|
f = self.form
|
||||||
f.setupUi(self)
|
f.setupUi(self)
|
||||||
restoreGeom(self, self.name)
|
restoreGeom(self, self.name)
|
||||||
|
|
Loading…
Reference in a new issue