summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2021-10-31 19:46:30 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2021-10-31 19:46:30 +0000
commitce301b68962f3a3eb04c44c54012fdbe92cd47e8 (patch)
tree843fb0b8576e50cc823897eaa16b1e806a92d73d /data
parent904d80e0aef57196cd217598a29e999d5f6309fe (diff)
downloadefl-ce301b68962f3a3eb04c44c54012fdbe92cd47e8.tar.gz
elm theme - colorsel - make the preview color on top dragable
Diffstat (limited to 'data')
-rw-r--r--data/elementary/themes/edc/elm/colorsel.edc9
1 files changed, 9 insertions, 0 deletions
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;