60 t = self.commandCombo.whatsThis() |
60 t = self.commandCombo.whatsThis() |
61 if t: |
61 if t: |
62 t += Utilities.getPercentReplacementHelp() |
62 t += Utilities.getPercentReplacementHelp() |
63 self.commandCombo.setWhatsThis(t) |
63 self.commandCombo.setWhatsThis(t) |
64 |
64 |
|
65 msh = self.minimumSizeHint() |
|
66 self.resize(max(self.width(), msh.width()), msh.height()) |
|
67 |
65 @pyqtSlot() |
68 @pyqtSlot() |
66 def on_dirButton_clicked(self): |
69 def on_dirButton_clicked(self): |
67 """ |
70 """ |
68 Private method used to open a directory selection dialog. |
71 Private method used to open a directory selection dialog. |
69 """ |
72 """ |