/[thuban]/trunk/thuban/Thuban/UI/classifier.py
ViewVC logotype

Diff of /trunk/thuban/Thuban/UI/classifier.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 559 by jonathan, Thu Mar 20 09:45:07 2003 UTC revision 560 by jonathan, Wed Mar 26 11:05:47 2003 UTC
# Line 631  class Classifier(NonModalDialog): Line 631  class Classifier(NonModalDialog):
631          ###########          ###########
632    
633          self.fieldTypeText = wxStaticText(panel, -1, "")          self.fieldTypeText = wxStaticText(panel, -1, "")
634          panelBox.Add(self.fieldTypeText, 0, wxGROW | wxALIGN_LEFT | wxALL, 4)          panelBox.Add(self.fieldTypeText, 0,
635                         wxGROW | wxALIGN_LEFT | wxALL | wxADJUST_MINSIZE, 4)
636    
637          propertyBox = wxBoxSizer(wxHORIZONTAL)          propertyBox = wxBoxSizer(wxHORIZONTAL)
638          propertyBox.Add(wxStaticText(panel, -1, _("Field: ")),          propertyBox.Add(wxStaticText(panel, -1, _("Field: ")),

Legend:
Removed from v.559  
changed lines
  Added in v.560

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26