Parent Directory
|
Revision Log
|
Patch
revision 1035 by jan, Mon May 26 17:03:08 2003 UTC | revision 1045 by frank, Tue May 27 06:54:03 2003 UTC | |
---|---|---|
# | Line 295 class QueryTableFrame(TableFrame): | Line 295 class QueryTableFrame(TableFrame): |
295 | ||
296 | topBox = wxBoxSizer(wxVERTICAL) | topBox = wxBoxSizer(wxVERTICAL) |
297 | ||
298 | sizer = wxStaticBoxSizer(wxStaticBox(self, -1, _("Selection")), | sizer = wxStaticBoxSizer(wxStaticBox(self, -1, |
299 | _("&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 |