mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 20:57:13 -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):
|
class DeckStats(QDialog):
|
||||||
|
|
||||||
def __init__(self, mw):
|
def __init__(self, mw):
|
||||||
QDialog.__init__(self, mw)
|
QDialog.__init__(self, mw, Qt.Window)
|
||||||
self.mw = mw
|
self.mw = mw
|
||||||
self.name = "deckStats"
|
self.name = "deckStats"
|
||||||
self.period = 0
|
self.period = 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue