summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen okra Houston <smhouston88@gmail.com>2016-11-08 17:10:55 -0600
committerStephen okra Houston <smhouston88@gmail.com>2016-11-08 17:10:55 -0600
commit5e53ecb9e659759a351be108dbe1399f5d253d6b (patch)
tree8a643671e6c64830f0fc99099d794d0ff1ec3950
parent39d266df0edf54e5c539708716cadea06b9460ac (diff)
downloadefl-5e53ecb9e659759a351be108dbe1399f5d253d6b.tar.gz
Luncher Gadget Theme: Fix alignment just a hair to a solid middle ground between Dave's theme and mine.
-rw-r--r--data/elementary/themes/edc/luncher.edc13
1 files changed, 6 insertions, 7 deletions
diff --git a/data/elementary/themes/edc/luncher.edc b/data/elementary/themes/edc/luncher.edc
index 21aa3f80cf..6008e09021 100644
--- a/data/elementary/themes/edc/luncher.edc
+++ b/data/elementary/themes/edc/luncher.edc
@@ -41,7 +41,7 @@ group { name: "e/gadget/luncher/icon";
description { state: "default" 0.0;
visible: 0;
rel1.offset: 0 0;
- rel2.offset: 0 -1;
+ rel2.offset: -1 -1;
color: 255 255 255 0;
}
description { state: "visible" 0.0;
@@ -104,25 +104,25 @@ group { name: "e/gadget/luncher/icon";
}
description { state: "on_left" 0.0;
inherit: "default" 0.0;
- rel1.relative: 0.05 0.0;
+ rel1.relative: 0.065 0.0;
rel1.offset: 1 1;
rel2.offset: -2 -1;
}
description { state: "on_top" 0.0;
inherit: "default" 0.0;
- rel1.relative: 0.0 0.05;
+ rel1.relative: 0.0 0.065;
rel1.offset: 1 1;
rel2.offset: -1 -2;
}
description { state: "on_right" 0.0;
inherit: "default" 0.0;
- rel2.relative: 0.95 1.0;
+ rel2.relative: 0.965 1.0;
rel1.offset: 2 1;
rel2.offset: -1 -1;
}
description { state: "on_bottom" 0.0;
inherit: "default" 0.0;
- rel2.relative: 1.0 0.95;
+ rel2.relative: 1.0 0.965;
rel1.offset: 1 2;
rel2.offset: -1 -1;
}
@@ -251,8 +251,7 @@ group { name: "e/gadget/luncher/icon";
program { name: "icon_off";
signal: "e,state,off,*"; source: "e";
action: STATE_SET "default" 0.0;
- target: "indicator";
- target: "e.swallow.icon";
+ target: "indicator";
transition: DECELERATE 0.1;
}
program { name: "urgent";