Skip to content

Commit

Permalink
increase minimal angle between wheel hands for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaulwurff committed Feb 16, 2021
1 parent 882a2da commit 1ec3822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zscript/gearbox/wheel/view.zs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ class gb_WheelView

double handsAngle = startAngle - itemAngle(nPlaces, selectedIndex);

double sectorAngleHalfWidth = max(5, 360.0 / 2.0 / nPlaces - 2);
double sectorAngleHalfWidth = max(6, 360.0 / 2.0 / nPlaces - 2);

double baseHeight = 1080;
double heightRatio = Screen.getHeight() / baseHeight;
Expand Down

0 comments on commit 1ec3822

Please sign in to comment.