give the graphs window a maximize button

This commit is contained in:
Damien Elmes 2012-07-05 00:47:43 +09:00
parent 159067b950
commit e83cd58e1f

View file

@ -16,7 +16,7 @@ import aqt
class DeckStats(QDialog):
def __init__(self, mw):
QDialog.__init__(self, mw)
QDialog.__init__(self, mw, Qt.Window)
self.mw = mw
self.name = "deckStats"
self.period = 0