Changeset 1184 for trunk/camelot/view/controls/filterlist.py
- Timestamp:
- 03/11/10 22:37:04 (6 months ago)
- Files:
-
- 1 modified
-
trunk/camelot/view/controls/filterlist.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/camelot/view/controls/filterlist.py
r1165 r1184 58 58 widget.setLayout(layout) 59 59 self.setWidget(widget) 60 #self.setMaximumWidth(self.fontMetrics().width( ' ' )*70)61 60 if len(items) == 0: 62 61 self.setMaximumWidth(0)
