rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=722251d6fbfaa378e6719d89aa4919130359027d
commit 722251d6fbfaa378e6719d89aa4919130359027d Author: Mykyta Biliavskyi <[email protected]> Date: Wed Jul 27 12:17:21 2016 +0300 Tizen theme: set fixed size for library combobox hover widget. --- data/themes/tizen/widgets/combobox.edc | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/data/themes/tizen/widgets/combobox.edc b/data/themes/tizen/widgets/combobox.edc index cb8cdcb..0d394b0 100644 --- a/data/themes/tizen/widgets/combobox.edc +++ b/data/themes/tizen/widgets/combobox.edc @@ -571,7 +571,6 @@ group { name: "elm/button/base/combobox_vertical/color_class"; /* TODO: remove scripts, remake hover */ group { name: "elm/hover/base/combobox_vertical/default"; alias: "elm/hover/base/combobox_vertical/color_class"; - alias: "elm/hover/base/combobox_vertical/library"; alias: "elm/hover/base/hoversel_vertical/history"; data.item: "dismiss" "on"; // max_size limits the maximum size of expanded hoversel @@ -924,6 +923,37 @@ group { name: "elm/genlist/base/combobox_vertical/default"; } +group { name: "elm/hover/base/combobox_vertical/library"; + inherit: "elm/hover/base/combobox_vertical/default"; + parts { + part { name: "elm.swallow.slot.bottom"; type: SWALLOW; + clip_to: "bottomclip"; + description { state: "default" 0.0; + min: 110 0; + align: 0.0 1.0; + fixed: 0 1; + rel1.to: "elm.swallow.slot.middle"; + rel1.relative: 0.0 1.0; + rel1.offset: 1 0; + rel2.to: "elm.swallow.slot.middle"; + rel2.relative: 1.0 1.0; + } + description { state: "visible" 0.0; + inherit: "default" 0.0; + align: 0.0 0.0; + } + description { state: "right" 0.0; + inherit: "default" 0.0; + align: 1.0 1.0; + } + description { state: "right_visible" 0.0; + inherit: "default" 0.0; + align: 1.0 0.0; + } + } + } +} + group { name: "elm/genlist/item_compress/default/combobox_vertical/color_class"; images.image: "Property/color_class_img.png" COMP; data { --
