Skip to content

Commit

Permalink
Address issue #21
Browse files Browse the repository at this point in the history
Fix display on timberline tool
  • Loading branch information
lbross committed Dec 18, 2015
1 parent 07c44b1 commit fc94b98
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 97 deletions.
4 changes: 2 additions & 2 deletions src/BAGIS_P/Buttons/BtnTimberlineTool.vb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Public Class BtnTimberlineTool
dockWindow.Show(aboutToShow)
' Set dimensions of dockable window
Dim windowPos As ESRI.ArcGIS.Framework.IWindowPosition = CType(dockWindow, ESRI.ArcGIS.Framework.IWindowPosition)
windowPos.Height = 485
windowPos.Width = 735
windowPos.Height = 590
windowPos.Width = 890
End Sub

Protected Overrides Sub OnUpdate()
Expand Down
Loading

0 comments on commit fc94b98

Please sign in to comment.