[gimp] app: re-arrange some color related menu items



commit c175afbc784ced66202e39f118787e0865e2f0d0
Author: Øyvind Kolås <pippin gimp org>
Date:   Sun Jan 22 01:03:57 2017 +0100

    app: re-arrange some color related menu items
    
    move core photo/light adjustment ops like exposure and color temperature to the
    topmost section of the menu, and move the more artistic threshold, colorize and
    posterize options to the bottom section.

 menus/image-menu.xml.in |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/menus/image-menu.xml.in b/menus/image-menu.xml.in
index 175d131..748afbf 100644
--- a/menus/image-menu.xml.in
+++ b/menus/image-menu.xml.in
@@ -557,14 +557,13 @@
 
     <menu action="colors-menu" name="Colors">
       <menuitem action="tools-color-balance" />
+      <menuitem action="filters-color-temperature" />
       <menuitem action="tools-hue-saturation" />
       <menuitem action="filters-saturation" />
-      <menuitem action="tools-colorize" />
+      <menuitem action="filters-exposure" />
       <menuitem action="tools-brightness-contrast" />
-      <menuitem action="tools-threshold" />
       <menuitem action="tools-levels" />
       <menuitem action="tools-curves" />
-      <menuitem action="filters-posterize" />
       <separator />
       <placeholder name="Invert">
         <menuitem action="drawable-invert" />
@@ -601,10 +600,11 @@
         <menuitem action="dialogs-histogram" />
       </menu>
       <separator />
+      <menuitem action="tools-threshold" />
+      <menuitem action="tools-colorize" />
+      <menuitem action="filters-posterize" />
       <menuitem action="filters-color-to-alpha" />
       <menuitem action="filters-dither" />
-      <menuitem action="filters-color-temperature" />
-      <menuitem action="filters-exposure" />
       <placeholder name="Modify" />
     </menu>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]