Parent Directory
|
Revision Log
|
Patch
revision 1058 by frank, Tue May 27 11:30:29 2003 UTC | revision 1066 by frank, Tue May 27 14:18:05 2003 UTC | |
---|---|---|
# | Line 296 class QueryTableFrame(TableFrame): | Line 296 class QueryTableFrame(TableFrame): |
296 | topBox = wxBoxSizer(wxVERTICAL) | topBox = wxBoxSizer(wxVERTICAL) |
297 | ||
298 | sizer = wxStaticBoxSizer(wxStaticBox(self, -1, | sizer = wxStaticBoxSizer(wxStaticBox(self, -1, |
299 | _("&Selection")), | _("Selection")), |
300 | wxHORIZONTAL) | wxHORIZONTAL) |
301 | sizer.Add(self.combo_fields, 1, wxEXPAND|wxALL, 4) | sizer.Add(self.combo_fields, 1, wxEXPAND|wxALL, 4) |
302 | sizer.Add(self.choice_comp, 0, wxALL, 4) | sizer.Add(self.choice_comp, 0, wxALL, 4) |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |