-
-
Notifications
You must be signed in to change notification settings - Fork 196
Description
Bug Description
Size Increment defaults to 20px. I changed it while experimenting with the settings and it was difficult to set it back to 20px.
The slider changes values in increments of 5px, so the closest I could get it was 18px. This isn't a huge deal though, because I expected to be able to set an exact value using the number field.
However, when using number field, typing 2
sets it to the minimum value of 5px, and then typing 0
sets it to 50px.
I eventually gave up and unset it using defaults
.
While writing up this issue, I figured out how to do it properly: After the 2
gets turned into a 5
, backspace the 5
and type 2
again, which will actually input a 2
.
It's nice that it's actually possible, but maybe there's a better approach so that typing 20
actually gets you the correct value the first time.
Steps To Reproduce
- Change the Size Increment setting
- Try to set it back to the default of 20px
Expected Behavior
.
Actual Behavior
.
Screenshots
No response
macOS Version
Sequoia 15.7
Loop Version
Version 🧪 1.4.0 (1546)
Additional Context
No response
Final Checks
- My issue is written in English
- My issue title is descriptive
- This is a single bug (multiple bugs should be reported individually)
- I can help with fixing or developing this issue (tick if you can help).