mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 05:07:10 -05:00
give the graphs window a maximize button
This commit is contained in:
parent
159067b950
commit
e83cd58e1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue