Skip to content

Commit

Permalink
Issue #11
Browse files Browse the repository at this point in the history
Resize eliminate form
  • Loading branch information
lbross committed Oct 23, 2015
1 parent e5f8fed commit de73390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BAGIS_H/RefineHru/BtnPostProcess.vb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Public Class BtnPostProcess
dockWindow.Show((Not dockWindow.IsVisible()))
' Set dimensions of dockable window
Dim windowPos As ESRI.ArcGIS.Framework.IWindowPosition = CType(dockWindow, ESRI.ArcGIS.Framework.IWindowPosition)
windowPos.Height = 490
windowPos.Height = 520
windowPos.Width = 530
dockWindow.Caption = "Post Processing : Eliminate"

Expand Down

0 comments on commit de73390

Please sign in to comment.