[Genlist] Dialogue group scrollbar area is fixed
authorJung Chanwook <joey.jung@samsung.com>
Mon, 30 Jul 2012 04:46:36 +0000 (13:46 +0900)
committerJung Chanwook <joey.jung@samsung.com>
Mon, 30 Jul 2012 04:46:36 +0000 (13:46 +0900)
Change-Id: Iff41c97b2c57ed8066cc278dcb066f602357145e

themes/widgets/genlist/genlist.edc

index 50bb063..80dae2d 100644 (file)
@@ -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 {
                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";
+               }
+            }
+         }
       }
    }