Luncher theme: Fix alignment of icons.

This commit is contained in:
Stephen okra Houston 2016-11-21 10:07:24 -06:00
parent f7d8f0ccb3
commit 243eb40d88
1 changed files with 4 additions and 6 deletions

View File

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