
bulia byak wrote:
Jon, the truncating is fixed as far as I can see, so now remain to fix only the disappeared or pixel-size icons (eye/lock, Align&Distribute)
What's happening is that the higher-level code was switched to use the physical sizes, but then the code it ends up calling down into is not a routine that I've modified yet. Time to track that down.
and the sizes of the main toolbar on the left (too small)
Fixed. I changed things larger, but left an preference to toggle it small again. We'll probably have to sit down and figure out how to organize and name those.
and the toggle buttons on the selector controls panel (H/W lock, scale strokes, scale corners, etc.)
That's the tricky one. Makes me think we might need some extra value. Or perhaps some strange type of widget. If the 'menu' size won't do for whatever we end up with using, then we could extend our own enum with an extra size or too, but I'm loathe to go that far. Hopefully we can get it fixed with a simpler solution.