Changeset 4360
- Timestamp:
- 03/14/09 12:10:54 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branch/InterfaceEditor/umit/interfaceeditor/OptionManager.py
r4240 r4360 126 126 def create_and_attach_widgets(self): 127 127 self.option_label = HIGSectionLabel('New Option') 128 self.option_label.set_width_chars(10) 129 self.attach(self.option_label, 0, 1, 0, 1) 128 self.attach(self.option_label, 0, 3, 0, 1) 130 129 131 130 self.name_label = HIGEntryLabel(_('Name:'))
