From 5f63c5124108394154e1cc00b2940d27bc1343ea Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Mon, 25 Mar 2013 21:15:56 +0900 Subject: [PATCH] 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. --- legacy/elementary/data/themes/default-desktop.edc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/legacy/elementary/data/themes/default-desktop.edc b/legacy/elementary/data/themes/default-desktop.edc index 3fec70cd42..2560007e81 100644 --- a/legacy/elementary/data/themes/default-desktop.edc +++ b/legacy/elementary/data/themes/default-desktop.edc @@ -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; } }