Skip to content

Commit

Permalink
Update instat/dlgScatterPlot.vb
Browse files Browse the repository at this point in the history
Co-authored-by: lloyddewit <[email protected]>
  • Loading branch information
MeSophie and lloyddewit authored Sep 6, 2023
1 parent 6130dc8 commit 3cafbab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions instat/dlgScatterPlot.vb
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ Public Class dlgScatterPlot

ucrNudHeigth.SetParameter(New RParameter("height", 5))
ucrNudHeigth.Maximum = 0.5
ucrNudHeigth.Minimum = 0.00
ucrNudHeigth.Minimum = 0
ucrNudHeigth.Increment = 0.01
ucrNudHeigth.DecimalPlaces = 2

ucrNudWidth.SetParameter(New RParameter("width", 6))
ucrNudWidth.Maximum = 0.5
ucrNudWidth.Minimum = 0.00
ucrNudWidth.Minimum = 0
ucrNudWidth.Increment = 0.01
ucrNudWidth.DecimalPlaces = 2

Expand Down

0 comments on commit 3cafbab

Please sign in to comment.