Skip to content

Commit

Permalink
Merge pull request #53 from ElvinPero/ICelv
Browse files Browse the repository at this point in the history
knob fix
  • Loading branch information
lucretiomsp authored Oct 28, 2024
2 parents 5b0d5b2 + b42f4c5 commit 524f280
Show file tree
Hide file tree
Showing 2 changed files with 813 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CoypuIDE/ICKnob.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ ICKnob >> initializeDefaultValues [
minValue := 0.
maxValue := 100.
stepValue := nil.
diameter := 30.
diameter :=100.
minAngle := -135.
maxAngle := 135
]
Expand Down
Loading

0 comments on commit 524f280

Please sign in to comment.