Hopefully fix Linux success/error msg size bug
This commit is contained in:
parent
eb847e007a
commit
093df74ad8
@ -782,3 +782,4 @@ class ConfigDialog(QtGui.QDialog):
|
|||||||
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