/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/UI/labeldialog.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/UI/labeldialog.py

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

revision 420 by jan, Mon Jan 27 14:20:02 2003 UTC revision 421 by frank, Thu Feb 20 16:23:12 2003 UTC
# Line 34  class LabelDialog(wxDialog): Line 34  class LabelDialog(wxDialog):
34          top_box = wxBoxSizer(wxVERTICAL)          top_box = wxBoxSizer(wxVERTICAL)
35    
36          self.list = LabelListCtrl(self, -1, table, shape_index)          self.list = LabelListCtrl(self, -1, table, shape_index)
37            self.list.SetSize(wxSize(305,200))
38          top_box.Add(self.list, 1, wxEXPAND|wxALL, 4)          top_box.Add(self.list, 1, wxEXPAND|wxALL, 4)
39    
40          box = wxBoxSizer(wxHORIZONTAL)          box = wxBoxSizer(wxHORIZONTAL)

Legend:
Removed from v.420  
changed lines
  Added in v.421

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26