themes/default-desktop.edc Icon and end part of entry are aligned as default in standard profile. Patch by ruan.choi.

I saw http://trac.enlightenment.org/e/ticket/1616 and it is related to standard profile.
In standard profile, icon and end part of entry are aligned to center so that only half of parts are visible.
It should be aligned like mobile profile.
This commit is contained in:
Daniel Juyung Seo 2013-03-25 21:15:56 +09:00
parent 745b8d63f8
commit 5f63c51241
1 changed files with 2 additions and 0 deletions

View File

@ -916,6 +916,7 @@ collections {
}
description { state: "visible" 0.0;
inherit: "default" 0.0;
align: 0.0 1.0;
visible: 1;
}
}
@ -939,6 +940,7 @@ collections {
}
description { state: "visible" 0.0;
inherit: "default" 0.0;
align: 1.0 1.0;
visible: 1;
}
}