mirror of https://github.com/GNOME/gimp.git
use the 10% actions for opacity.
2004-06-16 Michael Natterer <mitch@gimp.org> * etc/controllerrc: use the 10% actions for opacity.
This commit is contained in:
parent
15c9df32d4
commit
037da87c92
|
@ -1,3 +1,7 @@
|
|||
2004-06-16 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* etc/controllerrc: use the 10% actions for opacity.
|
||||
|
||||
2004-06-16 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/widgets/gimpcontrollers.c: ref the actions when putting
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
(mapping 1 "context-gradient-next")
|
||||
(mapping 2 "context-pattern-next")
|
||||
(mapping 3 "context-brush-next")
|
||||
(mapping 4 "context-opacity-increase")
|
||||
(mapping 4 "context-opacity-increase-skip")
|
||||
(mapping 8 "context-font-previous")
|
||||
(mapping 9 "context-gradient-previous")
|
||||
(mapping 10 "context-pattern-previous")
|
||||
(mapping 11 "context-brush-previous")
|
||||
(mapping 12 "context-opacity-decrease"))
|
||||
(mapping 12 "context-opacity-decreas-skip"))
|
||||
|
|
Loading…
Reference in New Issue