Skip to content
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.

Commit

Permalink
feat: set DebugNumericUpDown.Minimum to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
CCXXXI committed Jul 13, 2022
1 parent a776a06 commit 53b57f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frmMain.vb
Original file line number Diff line number Diff line change
Expand Up @@ -763,9 +763,11 @@ Friend Class frmMain
'
Me.DebugNumericUpDown.Enabled = False
Me.DebugNumericUpDown.Location = New System.Drawing.Point(664, 19)
Me.DebugNumericUpDown.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
Me.DebugNumericUpDown.Name = "DebugNumericUpDown"
Me.DebugNumericUpDown.Size = New System.Drawing.Size(50, 20)
Me.DebugNumericUpDown.TabIndex = 39
Me.DebugNumericUpDown.Value = New Decimal(New Integer() {1, 0, 0, 0})
'
'frmMain
'
Expand Down

0 comments on commit 53b57f6

Please sign in to comment.