--- a/ViewManager/ViewManager.py Wed Nov 10 19:38:18 2010 +0100 +++ b/ViewManager/ViewManager.py Thu Nov 11 08:03:30 2010 +0100 @@ -2179,6 +2179,8 @@ # just because of autocompletion enabled self.quickFindtextCombo.setAutoCompletion(False) self.quickFindtextCombo.setMinimumWidth(250) + self.quickFindtextCombo.setSizeAdjustPolicy( + QComboBox.AdjustToMinimumContentsLengthWithIcon) self.quickFindtextCombo.addItem("") self.quickFindtextCombo.setWhatsThis(QApplication.translate('ViewManager', """<p>Enter the searchtext directly into this field.""" @@ -5093,4 +5095,4 @@ if aw is not None: if aw.hasSelectedText(): txt = aw.selectedText() - return txt \ No newline at end of file + return txt