From cc9de3157a6c05580d25731fbbf0b8e7658cea53 Mon Sep 17 00:00:00 2001 From: Jung Chanwook Date: Mon, 30 Jul 2012 13:46:36 +0900 Subject: [PATCH] [Genlist] Dialogue group scrollbar area is fixed Change-Id: Iff41c97b2c57ed8066cc278dcb066f602357145e --- themes/widgets/genlist/genlist.edc | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/themes/widgets/genlist/genlist.edc b/themes/widgets/genlist/genlist.edc index 50bb063..80dae2d 100644 --- a/themes/widgets/genlist/genlist.edc +++ b/themes/widgets/genlist/genlist.edc @@ -81,8 +81,9 @@ color: GENLIST_PART_BG_COLOR_INC; } } - part { name: "bg"; - type: RECT; + part { name: "elm.swallow.content"; + clip_to: "clipper"; + type: SWALLOW; scale: 1; description { state: "default" 0.0; rel1 { @@ -96,6 +97,29 @@ color: 0 0 0 0; } } + part { name: "sb_vbar"; + type: RECT; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + fixed: 1 1; + visible: 0; + min: SCROLLER_DEFAULT_SCROLLBAR_VBAR_MIN_SIZE_INC; + align: 1.0 0.0; + rel1 { + relative: 1.0 0.0; + offset: 0 0; + to_y: "bg"; + to_x: "bg"; + } + rel2 { + relative: 1.0 1.0; + offset: -1 -1; + to_y: "sb_hbar"; + to_x: "bg"; + } + } + } } } -- 2.7.4