mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
fix dialog size issue in deckconf
This commit is contained in:
parent
d72fb35825
commit
56b0908bb1
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ class DeckConf(QDialog):
|
|||
SIGNAL("clicked()"),
|
||||
self.onRestore)
|
||||
self.setWindowTitle(_("Options for %s") % self.deck['name'])
|
||||
# qt doesn't size properly with altered fonts otherwise
|
||||
self.show()
|
||||
self.adjustSize()
|
||||
self.exec_()
|
||||
|
||||
def setupCombos(self):
|
||||
|
|
Loading…
Reference in a new issue