Parent Directory
|
Revision Log
|
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: ")), |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |