rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=684b1e494cd056fc73ed5c1e57f5d6359a2b297e

commit 684b1e494cd056fc73ed5c1e57f5d6359a2b297e
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Tue Aug 23 09:27:56 2016 +0300

    combobox.edc: fix shifted txt in combobox items
    
    Change-Id: I559660443fe6f3bcb9c8f829c010cc2e16da6213
---
 data/themes/default/widgets/combobox.edc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/themes/default/widgets/combobox.edc 
b/data/themes/default/widgets/combobox.edc
index 05fb53f..77b0aa6 100644
--- a/data/themes/default/widgets/combobox.edc
+++ b/data/themes/default/widgets/combobox.edc
@@ -1595,8 +1595,8 @@ group { name: 
"elm/genlist/item_compress/default/combobox_vertical/default";
                font: FN;
                size: 12;
                align: 0.0 0.5;
-               min: 1 1;
-               elipsis: -1;
+               //min: 1 1;
+               //elipsis: -1;
             }
          }
          description { state: "hide" 0.0;

-- 


Reply via email to