mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
don't get text as separate window
This commit is contained in:
parent
6b28327448
commit
552567211b
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class GetTextDialog(QDialog):
|
|||
|
||||
def __init__(self, parent, question, help=None, edit=None, default=u"",
|
||||
title="Anki"):
|
||||
QDialog.__init__(self, parent, Qt.Window)
|
||||
QDialog.__init__(self, parent)
|
||||
self.setWindowTitle(title)
|
||||
self.question = question
|
||||
self.help = help
|
||||
|
|
Loading…
Reference in a new issue