GNOME Bugzilla – Bug 346880
Navigation tab - number entry next to slider
Last modified: 2008-01-15 13:09:19 UTC
I think number entry in navigation tab should be placed next to slider. Maybe it should also be editable. Other information:
Created attachment 68556 [details] Mockup of navigation tab
Indeed. Can be very easily done by using a gimp_scale_entry and would even save some space. In fact I already half-way did that :) Will commit later today.
Mitch, you didn't commit this change yet, or did you?
A GimpScaleEntry won't work here because the slider is logarithmic. But moving the number next to the slider is pretty much trivial anyway. I didn't make it editable because it doesn't look as nice that way, but if the functionality seems really important to somebody, we can revisit this. The only issue with this change is whether the space allocated for the label is large enough in all locales. My guess is that it probably is, but there is no way to be sure except testing. Committed to HEAD: 2006-08-25 Bill Skaggs <weskaggs@primate.ucdavis.edu> * app/display/gimpnavigationeditor.c: put zoom label next to scrollbar instead of above it; fixes bug #346880.
A GimpScaleEntry can be logarithmic (that's what gimp_scale_entry_set_logarithmic is for). Bill, may I ask why you didn't let Mitch commit his change that he said would be almost ready?
Closing again after talking to Mitch and doing some adjustments to the code.