mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-05 21:02:42 +02:00
The "grabbing" cursor currently used is quite large on newer versions of GTK3, and makes it difficult for users to see where they're grabbing. This patch switches to using "pointer" cursor for hovering over the slider area, and "col-resize" when actually moving the slider. It also reverts padding changes in CSS so that the progress bar aligns with the place the user clicks. Padding is added in Cairo for the label, though the number entry is now flush against the input buttons.