Changeset 4360

Show
Ignore:
Timestamp:
03/14/09 12:10:54 (4 years ago)
Author:
luis
Message:

Label with options was showing the name with wrong format

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branch/InterfaceEditor/umit/interfaceeditor/OptionManager.py

    r4240 r4360  
    126126    def create_and_attach_widgets(self): 
    127127        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) 
    130129 
    131130        self.name_label = HIGEntryLabel(_('Name:'))