After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 683553 - Spinscale scrollvalues in Brushsize are much too small
Spinscale scrollvalues in Brushsize are much too small
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
2.8.0
Other All
: Normal minor
: 2.8
Assigned To: GIMP Bugs
GIMP Bugs
: 683814 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2012-09-07 08:35 UTC by burnuser
Modified: 2017-10-17 12:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description burnuser 2012-09-07 08:35:09 UTC
Not a technical bug, only a usability shortcomming.

As discussed in bug #683152 (and requested by Sven Claussner as a separate filed bug with workaround :-)

In Gimp 2.8 the scrollvalues (steps) in the brushsize slider are worth 0.01 Pixel - much too small for proper working. (You have to click a really long time up or down to make a visiable change!)

Idea for future development: An easy solution in the userinterface could be a standardized stepvalue of +/- 1 for the brushsize spinscale. As already realized in the opacity slider!

Workaround for now:
click in the sizevalue,
  page up / page down keys scolls +/- 1 Pixel
Comment 1 Michael Natterer 2012-09-11 18:26:12 UTC
*** Bug 683814 has been marked as a duplicate of this bug. ***
Comment 2 Michael Natterer 2012-09-11 18:34:38 UTC
Fixed in master and gimp-2-8:

Why was this an enhancement anyway?

commit 991d42c85ea94054a6979f853efba187c75e7612
Author: Michael Natterer <mitch@gimp.org>
Date:   Tue Sep 11 20:28:20 2012 +0200

    Bug 683553 - Spinscale scrollvalues in Brushsize are much too smal
    
    Set the step/page increments to 1.0/10.0 for brush size and to 0.1/1.0
    for aspect ratio. the previous values were way too small.
    (cherry picked from commit 2c3a046d832e245aed8883424d0951b006ffc7e6)

 app/tools/gimppaintoptions-gui.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 3 Ell 2017-10-17 12:52:47 UTC
Bumped the step/page increments of the radius spinscale in the brush editor too, to match the ones in the tool options.  In master:

commit 5456ddbb4064ef48705b20820a32fde3cdce549a
Author: Ell <ell_se@yahoo.com>
Date:   Tue Oct 17 08:39:07 2017 -0400

    Bug 683553 - Spinscale scrollvalues in Brushsize are much too small
    
    Increase the step and page increments of the brush radius spinscale
    in the brush editor to 1.0 and 10.0, respectively, to match those of
    the corresponding spinscale in the paint tool options.

 app/widgets/gimpbrusheditor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

and in gimp-2-8:

commit b2f48cd36ff91589adf10b3ed2a1ccda7d5f73b9
Author: Ell <ell_se@yahoo.com>
Date:   Tue Oct 17 08:39:07 2017 -0400

    Bug 683553 - Spinscale scrollvalues in Brushsize are much too small
    
    Increase the step and page increments of the brush radius spinscale
    in the brush editor to 1.0 and 10.0, respectively, to match those of
    the corresponding spinscale in the paint tool options.
    
    (cherry picked from commit 5456ddbb4064ef48705b20820a32fde3cdce549a)

 app/widgets/gimpbrusheditor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)