Skip to content

Commit

Permalink
adjust GUI elements
Browse files Browse the repository at this point in the history
  • Loading branch information
bniebuhr committed Oct 28, 2016
1 parent 8874b8a commit b28f101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _LS_Corridors_v1_0_stable/LS_corridors_v1_0.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def __init__(self, parent, id):
"Each resistance surface pixel is replaced by the mean pixel value "+
"inside a window around it; this window represents the spatial context "+
"influence and is controlled by the scale parameter."))
self.editname7 = wx.TextCtrl(self, 193, str(self.Nsimulations4), wx.Point(480,367), wx.Size(35,-1))
self.editname7 = wx.TextCtrl(self, 193, str(self.Nsimulations4), wx.Point(485,367), wx.Size(35,-1))
self.editname7.SetToolTip(wx.ToolTip("Method MLmax: maximum\n\n"+
"Each resistance surface pixel is replaced by the maximum pixel value "+
"inside a window around it; this window represents the spatial context "+
Expand Down

0 comments on commit b28f101

Please sign in to comment.