Satty icon indicating copy to clipboard operation
Satty copied to clipboard

Update Annotation Size Spinner Step

Open agata opened this issue 7 months ago • 2 comments

Summary

Adjusted the annotation size dialog so the spinner buttons jump in whole-number increments instead of 0.01 steps.

Most people tweaking annotation sizes are looking for a visibly larger or smaller mark, not a fractional change they can’t perceive. Switching the spinner to whole-number steps matches that expectation, gets them to the desired size faster, and keeps the dialog from feeling unnecessarily fussy.

Testing Notes

  • Manual: Opened the annotation size dialog and confirmed that the up/down arrows now change the value by ±1.

agata avatar Sep 30 '25 07:09 agata

OK, the defaults aren't good, you definitely got a point there. I'm not opposed to improving them. But I'm using decimal adjustments all the time, so I'm slightly reluctant to just overwrite it with an integer value. :smile:

This definitely has some overlap with #178, #171, doesn't mean we need to wait for them, but there's a chance whatever we do here will be overridden in the future.

I'm not sure if we ever find a sensible default that works for all image sizes, so I'm kinda thinking, can we perhaps set the adjustment and acceleration depending on image size? (And yes, that will add an additional problem if we ever allow to open images after starting, but we can deal with that once we cross that bridge.)

RobertMueller2 avatar Oct 04 '25 07:10 RobertMueller2

I’ve checked #178 and #171, and I think they’re addressing the same underlying issue. I like the idea of switching via a button — that’s a nice improvement. It would be even better if it could be changed without opening a dialog.

Some similar tools allow the entered text to become selected after input, so it can be moved or resized with a handler. Personally, I prefer that approach, though I imagine it would be more challenging to implement.

agata avatar Oct 08 '25 01:10 agata