rimmed pushed a commit to branch master.

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

commit 27755f837f67e43a3d346eff1bea1589433c8b69
Author: Vitalii Vorobiov <vi.vorob...@samsung.com>
Date:   Tue Jul 5 18:38:47 2016 +0300

    combobox style: fix style for 'zoom' combobox
    
    @fix
---
 data/themes/default/widgets/combobox.edc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/data/themes/default/widgets/combobox.edc 
b/data/themes/default/widgets/combobox.edc
index 3189550..05fb53f 100644
--- a/data/themes/default/widgets/combobox.edc
+++ b/data/themes/default/widgets/combobox.edc
@@ -584,6 +584,7 @@ group { name: 
"elm/button/base/combobox_vertical/color_class";
 group { name: "elm/hover/base/combobox_vertical/default";
    alias: "elm/hover/base/hoversel_vertical/history";
    alias: "elm/hover/base/combobox_vertical/color_class";
+   alias: "elm/hover/base/combobox_vertical/zoom";
    data.item: "dismiss" "on";
    script {
       public on_dismiss = 0;
@@ -749,6 +750,7 @@ group { name: "elm/hover/base/combobox_vertical/default";
 
 group { name: "elm/genlist/base/combobox_vertical/default";
    alias: "elm/scroller/base/popup/no_inset_shadow"; /* that's for hoversel */
+   alias: "elm/genlist/base/combobox_vertical/zoom";
    data {
       item: "focus_highlight" "on";
    }
@@ -1559,6 +1561,7 @@ group { name: 
"elm/genlist/item_compress/default/combobox_vertical/color_class";
 }
 
 group { name: "elm/genlist/item_compress/default/combobox_vertical/default";
+   alias: "elm/genlist/item_compress/default/combobox_vertical/zoom";
    data {
       item: "texts" "elm.text";
       item: "contents" "elm.swallow.icon elm.swallow.end";
@@ -1635,6 +1638,7 @@ group { name: 
"elm/genlist/item_compress/default/combobox_vertical/default";
 group { name: "elm/scroller/entry_single/combobox_vertical/default";
    alias: "elm/scroller/entry_single/combobox_horizontal/default";
    alias: "elm/scroller/entry_single/combobox_vertical/color_class";
+   alias: "elm/scroller/entry_single/combobox_vertical/zoom";
    parts {
       part { name: "elm.swallow.content";
          repeat_events: 1;
@@ -1650,6 +1654,7 @@ group { name: 
"elm/scroller/entry_single/combobox_vertical/default";
 
 group { name: "elm/entry/base-single/combobox_vertical/default";
    alias: "elm/entry/base-single/combobox_vertical/color_class";
+   alias: "elm/entry/base-single/combobox_vertical/zoom";
    parts {
       part { name: "elm.text";
          type: TEXTBLOCK;

-- 


Reply via email to