fix dialog size issue in deckconf
This commit is contained in:
parent
d72fb35825
commit
56b0908bb1
@ -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 New Issue
Block a user