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

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

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

revision 374 by jan, Mon Jan 27 14:20:02 2003 UTC revision 422 by frank, Thu Feb 20 16:23:31 2003 UTC
# Line 48  class IdentifyView(NonModalDialog): Line 48  class IdentifyView(NonModalDialog):
48    
49          sizer = wxBoxSizer(wxVERTICAL)          sizer = wxBoxSizer(wxVERTICAL)
50          sizer.Add(self.list, 1, wx.wxEXPAND| wx.wxALL, 0)          sizer.Add(self.list, 1, wx.wxEXPAND| wx.wxALL, 0)
51            
52            self.SetSize(wxSize(300,200))
53          panel.SetAutoLayout(true)          panel.SetAutoLayout(true)
54          panel.SetSizer(sizer)          panel.SetSizer(sizer)
55          sizer.Fit(panel)          sizer.Fit(panel)

Legend:
Removed from v.374  
changed lines
  Added in v.422

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26