summaryrefslogtreecommitdiff
path: root/data/elementary
diff options
context:
space:
mode:
authorStephen okra Houston <smhouston88@gmail.com>2016-11-21 10:07:24 -0600
committerStephen okra Houston <smhouston88@gmail.com>2016-11-21 10:07:51 -0600
commit243eb40d88bfaabfad9d266504c361b2c16c085e (patch)
treeb83d70d1de4baa906613a36a94e1157a2f1d71e7 /data/elementary
parentf7d8f0ccb3ce972bedf985156aa9d95c9c01a08e (diff)
downloadefl-243eb40d88bfaabfad9d266504c361b2c16c085e.tar.gz
Luncher theme: Fix alignment of icons.
Diffstat (limited to 'data/elementary')
-rw-r--r--data/elementary/themes/edc/luncher.edc10
1 files changed, 4 insertions, 6 deletions
diff --git a/data/elementary/themes/edc/luncher.edc b/data/elementary/themes/edc/luncher.edc
index 834023ff25..03278f1d16 100644
--- a/data/elementary/themes/edc/luncher.edc
+++ b/data/elementary/themes/edc/luncher.edc
@@ -318,34 +318,32 @@ group { name: "e/gadget/luncher/icon";
}
description { state: "on_left" 0.0;
inherit: "default" 0.0;
+ align: 1.0 0.5;
rel1.relative: 0.065 0.0;
rel1.offset: 1 1;
rel2.offset: -2 -1;
}
description { state: "on_top" 0.0;
inherit: "default" 0.0;
+ align: 0.5 1.0;
rel1.relative: 0.0 0.065;
rel1.offset: 1 1;
rel2.offset: -1 -2;
}
description { state: "on_right" 0.0;
inherit: "default" 0.0;
+ align: 0.0 0.5;
rel2.relative: 0.965 1.0;
rel1.offset: 2 1;
rel2.offset: -1 -1;
}
description { state: "on_bottom" 0.0;
inherit: "default" 0.0;
+ align: 0.5 0.0;
rel2.relative: 1.0 0.965;
rel1.offset: 1 2;
rel2.offset: -1 -1;
}
- description { state: "full" 0.0;
- inherit: "default" 0.0;
- visible: 1;
- rel1.relative: -1.0 -1.0;
- link.base: "e,state,zoom,full" "e";
- }
}
part { name: "obackground"; type: RECT;
repeat_events: 1;