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

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

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

revision 2551 by jonathan, Thu Jan 27 14:19:41 2005 UTC revision 2587 by jonathan, Wed Mar 23 15:30:27 2005 UTC
# Line 56  class LayerProperties(NonModalNonParentD Line 56  class LayerProperties(NonModalNonParentD
56    
57          text_title = wxTextCtrl(panel, ID_PROPERTY_TITLE, self.layer.Title())          text_title = wxTextCtrl(panel, ID_PROPERTY_TITLE, self.layer.Title())
58          text_title.SetInsertionPointEnd()          text_title.SetInsertionPointEnd()
59          sizer.Add(text_title, 1, wxGROW | wxRIGHT, 00)          sizer.Add(text_title, 1, wxGROW | wxRIGHT, 0)
60    
61          panelBox.Add(sizer, 0, wxGROW | wxALL, 4)          panelBox.Add(sizer, 0, wxGROW | wxALL, 4)
62    

Legend:
Removed from v.2551  
changed lines
  Added in v.2587

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26