Hopefully fix Linux success/error msg size bug
This commit is contained in:
parent
eb847e007a
commit
093df74ad8
@ -781,4 +781,5 @@ class ConfigDialog(QtGui.QDialog):
|
|||||||
if constants.SHOW_TOOLTIPS:
|
if constants.SHOW_TOOLTIPS:
|
||||||
self.processWidget(self, lambda w: self.loadTooltips(w))
|
self.processWidget(self, lambda w: self.loadTooltips(w))
|
||||||
self.processWidget(self, lambda w: self.loadValues(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())
|
||||||
Loading…
x
Reference in New Issue
Block a user