raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=ce301b68962f3a3eb04c44c54012fdbe92cd47e8

commit ce301b68962f3a3eb04c44c54012fdbe92cd47e8
Author: Carsten Haitzler <[email protected]>
Date:   Sun Oct 31 19:46:30 2021 +0000

    elm theme - colorsel - make the preview color on top dragable
---
 data/elementary/themes/edc/elm/colorsel.edc | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/data/elementary/themes/edc/elm/colorsel.edc 
b/data/elementary/themes/edc/elm/colorsel.edc
index cef531f1f9..2d00674641 100644
--- a/data/elementary/themes/edc/elm/colorsel.edc
+++ b/data/elementary/themes/edc/elm/colorsel.edc
@@ -456,6 +456,7 @@ group { name: "elm/colorselector/base/default";
             fixed: 1 1;
             color_class: "/fg/normal/colorselector/cursor";
          }
+         dragable.events: "elm.arrow";
       }
       part { name: "arrow_base"; type: RECT;
          clip_to: "arrow_clip";
@@ -463,6 +464,7 @@ group { name: "elm/colorselector/base/default";
             rel.to: "arrow_bg";
             color_class: "/bg/normal/colorselector";
          }
+         dragable.events: "elm.arrow";
       }
       PAT_FILL_SCALE(160, 160)
       part { name: "pat";
@@ -501,6 +503,13 @@ group { name: "elm/colorselector/base/default";
             offscale;
          }
       }
+      part { name: "arrow_event"; type: RECT;
+         description { state: "default" 0.0;
+            rel.to: "elm.arrow_icon";
+            color: 0 0 0 0; // no cc
+         }
+         dragable.events: "elm.arrow";
+      }
       part { name: "cursor"; type: RECT;
          scale: 1;
          description { state: "default" 0.0;

-- 


Reply via email to