rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=f62b87dceb25b34018e0bd1c23cc480778dbf863
commit f62b87dceb25b34018e0bd1c23cc480778dbf863 Author: Tetiana Naumenko <[email protected]> Date: Tue May 30 14:24:03 2017 +0300 theme: made hover/base/combobox_vertical/default scalable Change-Id: Iadea657faf85b3f80d7a418ce0513da52ef9fb9a --- data/themes/default/widgets/combobox.edc | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/data/themes/default/widgets/combobox.edc b/data/themes/default/widgets/combobox.edc index 39af34721..9984f24aa 100644 --- a/data/themes/default/widgets/combobox.edc +++ b/data/themes/default/widgets/combobox.edc @@ -596,7 +596,7 @@ group { name: "elm/hover/base/combobox_vertical/default"; public on_dismiss = 0; } parts { - part { name: "elm.swallow.offset"; type: SWALLOW; + part { name: "elm.swallow.offset"; type: SWALLOW; scale: 1; description { state: "default" 0.0; align: 0.0 0.0; rel1.relative: 0.0 0.0; @@ -604,7 +604,7 @@ group { name: "elm/hover/base/combobox_vertical/default"; fixed: 1 1; } } - part { name: "elm.swallow.size"; type: SWALLOW; + part { name: "elm.swallow.size"; type: SWALLOW; scale: 1; description { state: "default" 0.0; align: 0.0 0.0; rel1.to: "elm.swallow.offset"; @@ -614,12 +614,12 @@ group { name: "elm/hover/base/combobox_vertical/default"; fixed: 1 1; } } - part { name: "base"; type: RECT; mouse_events: 1; + part { name: "base"; type: RECT; mouse_events: 1; scale: 1; description { state: "default" 0.0; color: 0 0 0 0; } } - part { name: "box"; type: RECT; mouse_events: 0; + part { name: "box"; type: RECT; mouse_events: 0; scale: 1; description { state: "default" 0.0; color: 0 0 0 0; rel1.to: "elm.swallow.size"; @@ -628,7 +628,7 @@ group { name: "elm/hover/base/combobox_vertical/default"; rel2.offset: 1 1; } } - part { name: "elm.swallow.slot.left"; type: SWALLOW; + part { name: "elm.swallow.slot.left"; type: SWALLOW; scale: 1; description { state: "default" 0.0; align: 1.0 0.5; rel1.to: "elm.swallow.slot.middle"; @@ -640,7 +640,7 @@ group { name: "elm/hover/base/combobox_vertical/default"; fixed: 1 0; } } - part { name: "elm.swallow.slot.top-left"; type: SWALLOW; + part { name: "elm.swallow.slot.top-left"; type: SWALLOW; scale: 1; description { state: "default" 0.0; align: 1.0 1.0; rel1.to: "elm.swallow.slot.middle"; @@ -652,7 +652,7 @@ group { name: "elm/hover/base/combobox_vertical/default"; fixed: 1 1; } } - part { name: "elm.swallow.slot.top"; type: SWALLOW; + part { name: "elm.swallow.slot.top"; type: SWALLOW; scale: 1; description { state: "default" 0.0; align: 0.5 1.0; rel1.to: "elm.swallow.slot.middle"; @@ -664,7 +664,7 @@ group { name: "elm/hover/base/combobox_vertical/default"; fixed: 0 1; } } - part { name: "elm.swallow.slot.top-right"; type: SWALLOW; + part { name: "elm.swallow.slot.top-right"; type: SWALLOW; scale: 1; description { state: "default" 0.0; align: 0.0 1.0; rel1.to: "elm.swallow.slot.middle"; @@ -676,7 +676,7 @@ group { name: "elm/hover/base/combobox_vertical/default"; fixed: 1 1; } } - part { name: "elm.swallow.slot.right"; type: SWALLOW; + part { name: "elm.swallow.slot.right"; type: SWALLOW; scale: 1; description { state: "default" 0.0; align: 0.0 0.5; rel1.to: "elm.swallow.slot.middle"; @@ -688,7 +688,7 @@ group { name: "elm/hover/base/combobox_vertical/default"; fixed: 1 0; } } - part { name: "elm.swallow.slot.bottom-right"; type: SWALLOW; + part { name: "elm.swallow.slot.bottom-right"; type: SWALLOW; scale: 1; description { state: "default" 0.0; align: 0.0 0.0; rel1.to: "elm.swallow.slot.middle"; @@ -700,7 +700,7 @@ group { name: "elm/hover/base/combobox_vertical/default"; fixed: 1 1; } } - part { name: "elm.swallow.slot.bottom"; type: SWALLOW; + part { name: "elm.swallow.slot.bottom"; type: SWALLOW; scale: 1; description { state: "default" 0.0; align: 0.5 0.0; rel1.to: "elm.swallow.slot.middle"; @@ -712,7 +712,7 @@ group { name: "elm/hover/base/combobox_vertical/default"; fixed: 0 1; } } - part { name: "elm.swallow.slot.bottom-left"; type: SWALLOW; + part { name: "elm.swallow.slot.bottom-left"; type: SWALLOW; scale: 1; description { state: "default" 0.0; align: 1.0 0.0; rel1.to: "elm.swallow.slot.middle"; @@ -724,7 +724,7 @@ group { name: "elm/hover/base/combobox_vertical/default"; fixed: 1 1; } } - part { name: "elm.swallow.slot.middle"; type: SWALLOW; + part { name: "elm.swallow.slot.middle"; type: SWALLOW; scale: 1; description { state: "default" 0.0; rel1.to: "elm.swallow.size"; rel2.to: "elm.swallow.size"; --
