[naviframe button] Remove unnescessary parts which was used for title toolbar button
authorjae_hyun.cho <jae_hyun.cho@samsung.com>
Tue, 2 Apr 2013 09:40:43 +0000 (18:40 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 3 Apr 2013 12:12:34 +0000 (21:12 +0900)
Change-Id: I1dd6e40dd5cc19697576325cd4167a7d87f94787

themes/inc/tizen-hd-inc.edc
themes/widgets/button.edc

index 33b5e57..fbb6804 100644 (file)
 #define BUTTON_NAVIFRAME_BACK_BUTTON_BG_MIN_MAX_INC 85 98
 #define BUTTON_NAVIFRAME_LANDSCAPE_BACK_BUTTON_BG_MIN_MAX_INC 85 85
 #define BUTTON_NAVIFRAME_BACK_BUTTON_MIN_MAX_INC 63 63
-#define BUTTON_NAVIFRAME_BACK_BUTTON_BOTTOM_PADDING_INC 0 17
 
 #define BUTTON_NAVIFRAME_DEFAULT_TEXT_COLOR_INC 249 249 249 255
 #define BUTTON_NAVIFRAME_FOCUSED_TEXT_COLOR_INC 249 249 249 255
index 1040656..58a651d 100644 (file)
@@ -4160,19 +4160,6 @@ BUTTON_SCROLL_JUMPTO("jumpto_left", "00_icon_jump_left.png")
                visible: 0;
             }
          }
-         part { name: "bottom_padding";
-            type: RECT;
-            scale: 1;
-            mouse_events: 0;
-            description { state: "default" 0.0;
-               min: BUTTON_NAVIFRAME_BACK_BUTTON_BOTTOM_PADDING_INC;
-               fixed: 0 1;
-               align: 0.0 1.0;
-               rel1 { relative: 0.0 1.0; to: "button_image"; }
-               rel2.to: "button_image";
-               visible: 0;
-            }
-         }
          part { name: "back_button";
             scale: 1;
             mouse_events: 0;
@@ -4185,12 +4172,6 @@ BUTTON_SCROLL_JUMPTO("jumpto_left", "00_icon_jump_left.png")
                rel2.to: "button_image";
                image.normal: "00_icon_Back.png";
             }
-            description { state: "title_button" 0.0;
-               inherit: "default" 0.0;
-               align: 0.5 1.0;
-               rel1 { relative: 0.0 1.0; to: "bottom_padding"; }
-               rel2.to: "bottom_padding";
-            }
          }
          part { name: "back_button.clipper";
             type: RECT;
@@ -5423,19 +5404,6 @@ BUTTON_SCROLL_JUMPTO("jumpto_left", "00_icon_jump_left.png")
                visible: 0;
             }
          }
-         part { name: "bottom_padding";
-            type: RECT;
-            scale: 1;
-            mouse_events: 0;
-            description { state: "default" 0.0;
-               min: BUTTON_NAVIFRAME_MORE_BOTTOM_PADDING_INC;
-               fixed: 0 1;
-               align: 0.0 1.0;
-               rel1 { relative: 0.0 1.0; to: "button_image"; }
-               rel2.to: "button_image";
-               visible: 0;
-            }
-         }
          part { name: "more_image";
             scale: 1;
             mouse_events: 0;
@@ -5448,12 +5416,6 @@ BUTTON_SCROLL_JUMPTO("jumpto_left", "00_icon_jump_left.png")
                rel2.to: "button_image";
                image.normal: "00_icon_more.png";
             }
-            description { state: "title_button" 0.0;
-               inherit: "default" 0.0;
-               align: 0.5 1.0;
-               rel1 { relative: 0.0 1.0; to: "bottom_padding"; }
-               rel2.to: "bottom_padding";
-            }
          }
          part { name: "more_image.clipper";
             type: RECT;