rimmed pushed a commit to branch master.

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

commit e097129002c7976f547a276cbcefe30ec3f51932
Author: Mykyta Biliavskyi <m.biliavs...@samsung.com>
Date:   Wed Apr 27 09:07:57 2016 +0300

    Ewe theme: ellipsis text in combobox style for colorclass.
    
    @fix T3551
---
 data/themes/ewe/widgets/combobox.edc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/data/themes/ewe/widgets/combobox.edc 
b/data/themes/ewe/widgets/combobox.edc
index daf2060..b1a8a72 100644
--- a/data/themes/ewe/widgets/combobox.edc
+++ b/data/themes/ewe/widgets/combobox.edc
@@ -372,13 +372,14 @@ group { name: "ewe/combobox/base/color_class";
             rel2 {
                relative: 0.0 1.0;
                offset: -7 -1;
-               to_x: "bg.color3";
+               to_x: "bg.color1";
                to_y: "base";
             }
             text {
                font: "PT";
                size: 12;
-               max: 1 1;
+               max: 0 1;
+               align: 0.0 0.5;
             }
          }
       }

-- 


Reply via email to