[*][ctxpopup] scale issue: part bg of icon_style_item
authorShinwoo Kim <cinoo.kim@samsung.com>
Tue, 11 Oct 2011 12:55:40 +0000 (21:55 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Tue, 11 Oct 2011 12:55:40 +0000 (21:55 +0900)
Change-Id: I04bbcb4df65fde8c9e88d7010e41f677b42aa524

themes/groups/ctxpopup.edc

index 2844c80..1bca3c8 100644 (file)
                                        max: 30 CTXPOPUP_ITEM_HEIGHT_INC;
                                        fixed: 1 0;
                                        align: 1.0 0.5;
-                       }
+                               }
                        }
                        part {
                                name: "over1";
                        }
                        part {
                                name: "bg";
+                               scale: 1;
                                mouse_events: 0;
                                type: RECT;
                                description {
                                        state: "default" 0.0;
                                        min: (CTXPOPUP_ICON_WIDTH_INC - 10) (CTXPOPUP_ICON_HEIGHT_INC - 10);
                                        max: (CTXPOPUP_ICON_WIDTH_INC - 10) (CTXPOPUP_ICON_HEIGHT_INC - 10);
-                                       align: 0 0;
+                                       align: 0.5 0.5;
                                        aspect: 1.0 1.0;
                                        rel1 { to: "left_top_padding"; relative: 1 1; }
                                        rel2 { to: "right_bottom_padding"; relative: 0 0; }