Hopefully fix Linux success/error msg size bug

This commit is contained in:
Et0h 2014-07-19 13:34:11 +01:00
parent eb847e007a
commit 093df74ad8

View File

@ -781,4 +781,5 @@ class ConfigDialog(QtGui.QDialog):
if constants.SHOW_TOOLTIPS:
self.processWidget(self, lambda w: self.loadTooltips(w))
self.processWidget(self, lambda w: self.loadValues(w))
self.processWidget(self, lambda w: self.connectChildren(w))
self.processWidget(self, lambda w: self.connectChildren(w))
self.setFixedWidth(self.minimumSizeHint().width())