summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen okra Houston <smhouston88@gmail.com>2016-10-23 10:47:40 -0500
committerStephen okra Houston <smhouston88@gmail.com>2016-10-23 10:47:40 -0500
commit87c27aea935fb80b7fa2048bffff14fbe7873eb4 (patch)
tree02c1b921239a842085513011967fc15597d33370
parentfd216eabccfb2932a865c0b87f687097b2f43581 (diff)
downloadefl-devs/okra/luncher.tar.gz
Luncher: Improve tooltip theme.devs/okra/luncher
-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 {