From 2aca21297336fd63bb7308440741d994a21720c8 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 8 Dec 2011 02:22:55 +0900 Subject: [PATCH] make sure we show the entire graph width of first load --- aqt/stats.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aqt/stats.py b/aqt/stats.py index 4d425839a..b42326b93 100644 --- a/aqt/stats.py +++ b/aqt/stats.py @@ -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)