summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/elementary/themes/edc/luncher.edc7
1 files changed, 4 insertions, 3 deletions
diff --git a/data/elementary/themes/edc/luncher.edc b/data/elementary/themes/edc/luncher.edc
index b37d320a52..41214c3fad 100644
--- a/data/elementary/themes/edc/luncher.edc
+++ b/data/elementary/themes/edc/luncher.edc
@@ -476,14 +476,13 @@ group { name: "elm/tooltip/base/luncher";
type: RECT;
scale: 1;
description { state: "default" 0.0;
- min: 25 25;
rel1 {
to: "elm.swallow.content";
- offset: -3 9;
+ offset: -3 7;
}
rel2 {
to: "elm.swallow.content";
- offset: 3 -7;
+ offset: 3 -5;
}
color: 15 15 15 175;
}
@@ -672,6 +671,8 @@ group { name: "elm/tooltip/base/luncher";
part { name: "elm.swallow.content"; type: SWALLOW;
clip_to: "clipper_content";
description { state: "default" 0.0;
+ rel1.offset: 0 0;
+ rel2.offset: -1 -1;
}
}
programs {