From 3b0991ee379f4e4ba6b3c45ae7a1654e8fd68824 Mon Sep 17 00:00:00 2001 From: "jae_hyun.cho" Date: Tue, 2 Apr 2013 18:40:43 +0900 Subject: [PATCH] [naviframe button] Remove unnescessary parts which was used for title toolbar button Change-Id: I1dd6e40dd5cc19697576325cd4167a7d87f94787 --- themes/inc/tizen-hd-inc.edc | 1 - themes/widgets/button.edc | 38 -------------------------------------- 2 files changed, 39 deletions(-) diff --git a/themes/inc/tizen-hd-inc.edc b/themes/inc/tizen-hd-inc.edc index 33b5e57..fbb6804 100644 --- a/themes/inc/tizen-hd-inc.edc +++ b/themes/inc/tizen-hd-inc.edc @@ -530,7 +530,6 @@ #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 diff --git a/themes/widgets/button.edc b/themes/widgets/button.edc index 1040656..58a651d 100644 --- a/themes/widgets/button.edc +++ b/themes/widgets/button.edc @@ -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; -- 2.7.4