Luncher Gadget Theme: Fix alignment just a hair to a solid middle ground between Dave's theme and mine.

This commit is contained in:
Stephen okra Houston 2016-11-08 17:10:55 -06:00
parent 39d266df0e
commit 5e53ecb9e6
1 changed files with 6 additions and 7 deletions

View File

@ -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";