[gimp/pippin/linear-is-the-new-black: 5/9] app: re-arrange some color related menu items



commit c15204b81d2b23402957e13b273175d9ad9313bd
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 exposure and color temperature to the topmost section of the menu, and
    move the more artistic threshold and posterize options to the bottom section.

 menus/image-menu.xml.in |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/menus/image-menu.xml.in b/menus/image-menu.xml.in
index 175d131..5b8c57e 100644
--- a/menus/image-menu.xml.in
+++ b/menus/image-menu.xml.in
@@ -557,14 +557,14 @@
 
     <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 +601,10 @@
         <menuitem action="dialogs-histogram" />
       </menu>
       <separator />
+      <menuitem action="tools-threshold" />
+      <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]