More appropriately-sized crosshairs on color picker

The corsshairs on the rainbow palette color picker are larger
(by default), and scale up or down based on the UI size
(--buttonsize setting).
This commit is contained in:
Bill Kendrick 2022-03-17 00:36:40 -07:00
parent 8aeb022849
commit 1b9933b7c2
2 changed files with 75 additions and 34 deletions

View file

@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
http://www.tuxpaint.org/
2022.March.16 (0.9.28)
2022.March.17 (0.9.28)
* Improvements to "Paint" and "Lines" tools:
------------------------------------------
* Brush spacing may now be altered within Tux Paint.
@ -110,6 +110,10 @@ http://www.tuxpaint.org/
Hue/Saturation/Value picker, with the addition of a "value" slider.
Bill Kendrick <bill@newbreedsoftware.com>
* The crosshairs on the rainbow palette color picker are larger,
and scale up (or down) based on the UI size (--buttonsize setting).
Bill Kendrick <bill@newbreedsoftware.com>
* Show a "pipette"-shaped mouse pointer when selecting a
color from the color palette, or the picture.
Bill Kendrick <bill@newbreedsoftware.com>