mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 06:07:11 -05:00
make it a full blown window
This commit is contained in:
parent
f4ef8b5123
commit
59ab5f9abb
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class CardLayout(QDialog):
|
||||||
|
|
||||||
def __init__(self, factedit, fact, card=None):
|
def __init__(self, factedit, fact, card=None):
|
||||||
self.parent = factedit.parent
|
self.parent = factedit.parent
|
||||||
QDialog.__init__(self, self.parent)
|
QDialog.__init__(self, self.parent, Qt.Window)
|
||||||
self.factedit = factedit
|
self.factedit = factedit
|
||||||
self.mw = ankiqt.mw
|
self.mw = ankiqt.mw
|
||||||
self.deck = self.mw.deck
|
self.deck = self.mw.deck
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue