[ctxpopup] changed images and values for Winset GUI v4.3
authorBora Hwang <bora1.hwang@samsung.com>
Thu, 21 Mar 2013 04:49:54 +0000 (13:49 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Mon, 25 Mar 2013 06:22:28 +0000 (15:22 +0900)
Change-Id: I2cf8a1a85dc7a7937c45979df450011cf70c6b87

themes/images/tizen-hd/00_popup_bubble_bg.png
themes/images/tizen-hd/00_popup_bubble_tail_bottom.png
themes/images/tizen-hd/00_popup_bubble_tail_left.png
themes/images/tizen-hd/00_popup_bubble_tail_right.png
themes/images/tizen-hd/00_popup_bubble_tail_top.png
themes/inc/tizen-hd-inc.edc
themes/widgets/ctxpopup.edc

index 805cdfd..a45f02b 100755 (executable)
Binary files a/themes/images/tizen-hd/00_popup_bubble_bg.png and b/themes/images/tizen-hd/00_popup_bubble_bg.png differ
index 84c3649..adcd374 100755 (executable)
Binary files a/themes/images/tizen-hd/00_popup_bubble_tail_bottom.png and b/themes/images/tizen-hd/00_popup_bubble_tail_bottom.png differ
index 4f463b0..baa805d 100755 (executable)
Binary files a/themes/images/tizen-hd/00_popup_bubble_tail_left.png and b/themes/images/tizen-hd/00_popup_bubble_tail_left.png differ
index c8bd138..a07f62c 100755 (executable)
Binary files a/themes/images/tizen-hd/00_popup_bubble_tail_right.png and b/themes/images/tizen-hd/00_popup_bubble_tail_right.png differ
index e439a19..0ab75d3 100755 (executable)
Binary files a/themes/images/tizen-hd/00_popup_bubble_tail_top.png and b/themes/images/tizen-hd/00_popup_bubble_tail_top.png differ
index 230a468..abb8a6a 100644 (file)
 #define CTXPOPUP_SHADOW_TOP_PADDING 8
 #define CTXPOPUP_SHADOW_BOTTOM_PADDING 16
 #define CTXPOPUP_CONTENT_PADDING 4
+#define CTXPOPUP_ARROW_PADDING 1
 #define CTXPOPUP_SCROLLER_PADDING 8
 #define CTXPOPUP_SCROLLER_MIN_SIZE_INC 9 18
 #define CTXPOPUP_FRAME_CORNER_ARROW_PADDING 22
index f4dec0f..47632bd 100644 (file)
                                        align: 1 0.5;
                                        rel1 {
                                                relative: 1 1;
-                                               to_x:"content_left_top_padding";
+                                               to_x:"arrow_left_top_padding";
                                                to_y: "ctxpopup_frame_left_top";
                                        }
                                        rel2 {
                                                relative: 1 0;
-                                               to_x:"content_left_top_padding";
+                                               to_x:"arrow_left_top_padding";
                                                to_y:"ctxpopup_frame_right_bottom";
                                        }
                                }
                                        align: 0 0.5;
                                        rel1 {
                                                relative: 0 1;
-                                               to_x:"content_right_bottom_padding";
+                                               to_x:"arrow_right_bottom_padding";
                                                to_y:"ctxpopup_frame_left_top";
                                        }
                                        rel2 {
                                                relative: 0 0;
-                                               to_x:"content_right_bottom_padding";
+                                               to_x:"arrow_right_bottom_padding";
                                                to_y: "ctxpopup_frame_right_bottom";
                                        }
                                }
                                        rel1 {
                                                relative: 1 1;
                                                to_x: "ctxpopup_frame_left_top";
-                                               to_y: "content_left_top_padding";
+                                               to_y: "arrow_left_top_padding";
                                        }
                                        rel2 {
                                                relative: 0 1;
                                                to_x:"ctxpopup_frame_right_bottom";
-                                               to_y: "content_left_top_padding";
+                                               to_y: "arrow_left_top_padding";
                                        }
                                }
                        }
                                        rel1 {
                                                relative: 1 0;
                                                to_x:"ctxpopup_frame_left_top";
-                                               to_y:"content_right_bottom_padding";
+                                               to_y:"arrow_right_bottom_padding";
                                        }
                                        rel2 {
                                                relative: 0 0;
                                                to_x: "ctxpopup_frame_right_bottom";
-                                               to_y:"content_right_bottom_padding";
+                                               to_y:"arrow_right_bottom_padding";
                                        }
                                }
                        }
                                }
                        }
                        part {
+                               name: "arrow_left_top_padding";
+                               type: RECT;
+                               mouse_events: 0;
+                               description {
+                                       state: "default" 0.0;
+                                       min: CTXPOPUP_ARROW_PADDING CTXPOPUP_ARROW_PADDING;
+                                       max: CTXPOPUP_ARROW_PADDING CTXPOPUP_ARROW_PADDING;
+                                       rel1 {to:"frame_shadow_left_top_padding";  relative: 1.0 1.0;}
+                                       align: 0 0;
+                                       visible: 0;
+                               }
+                       }
+                       part {
+                               name: "arrow_right_bottom_padding";
+                               type: RECT;
+                               mouse_events: 0;
+                               description {
+                                       state: "default" 0.0;
+                                       min: CTXPOPUP_ARROW_PADDING CTXPOPUP_ARROW_PADDING;
+                                       max: CTXPOPUP_ARROW_PADDING CTXPOPUP_ARROW_PADDING;
+                                       rel2 {to:"frame_shadow_right_bottom_padding";  relative: 0.0 0.0;}
+                                       align: 1 1;
+                                       visible: 0;
+                               }
+                       }
+                       part {
                                name: "elm.swallow.content";
                                type: SWALLOW;
                                description {