summaryrefslogtreecommitdiff
path: root/data/themes/edc/shelf.edc
diff options
context:
space:
mode:
Diffstat (limited to 'data/themes/edc/shelf.edc')
-rw-r--r--data/themes/edc/shelf.edc8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/themes/edc/shelf.edc b/data/themes/edc/shelf.edc
index 2a200c7efc..694257570d 100644
--- a/data/themes/edc/shelf.edc
+++ b/data/themes/edc/shelf.edc
@@ -19,7 +19,7 @@ group { name: "e/shelf/default/base";
images.image: "holes_horiz.png" COMP;
images.image: "shine.png" COMP;
parts {
- part { name: "bg"; mouse_events: 0;
+ part { name: "bg";
description { state: "default" 0.0;
image.normal: "vgrad_med.png";
fill.smooth: 0;
@@ -136,7 +136,7 @@ group { name: "e/shelf/default/inset";
color: 0 0 0 0;
}
}
- part { name: "clip"; type: RECT;
+ part { name: "clip"; type: RECT; mouse_events: 0;
description { state: "default" 0.0;
rel1.offset: 3 1;
rel2.offset: -4 -2;
@@ -227,7 +227,7 @@ group { name: "e/shelf/invisible/base";
visible: 0;
}
}
- part { name: "dots_start";
+ part { name: "dots_start"; mouse_events: 1;
description { state: "default" 0.0;
rel1.offset: 0 0;
rel2.offset: -1 -1;
@@ -271,7 +271,7 @@ group { name: "e/shelf/default/plain";
color: 0 0 0 0;
}
}
- part { name: "clip"; type: RECT;
+ part { name: "clip"; type: RECT; mouse_events: 0;
description { state: "default" 0.0;
color: 255 255 255 255;
}