GNOME Bugzilla – Bug 346863
more compact number entries
Last modified: 2011-10-08 23:19:45 UTC
I wish GIMP had compact sliders widgets (as an option maybe). It is slider widget without slider, but when you move mouse over name of slider, i.e. Opacity, pinter icon is changing to hand with two arrows. This icon informs that you can click and move move mouse adjusting value. There is also no selectable option to change unit. To increase value with keyboard, click inside input form and use arrows. Other information: I will atach mockup.
Created attachment 68548 [details] Mockup of compact slider.
Yes, that's on the wishlist for quite a while already. Someone just needs to implement it.
The widget should probably look like a spinbutton but when the mouse is pressed, a slider pops up that allows to conveniently adjust the value. This would result in a nice replacement for a GimpScaleEntry (which is the combination of a GtkHScale and a GtkSpinButton that we are using quite a bit).
It would be nice if there was also a widget derived from this compact number entry that includes a unit. Having the unit in the text entry looks nice and it is a lot more compact than adding a unit combo-box next to it. This widget could also implement simple math as suggested in bug #76616.
GimpSpinScale in git master is much smaller than what we had before, closing as FIXED.