From e0636d1fd0cab29b0fef3e59a4ec080cd375b9fc Mon Sep 17 00:00:00 2001 From: "jae_hyun.cho" Date: Fri, 3 May 2013 20:55:32 +0900 Subject: [PATCH] [naviframe] Fix the Title 2line Main text font size Change-Id: Ib918eb294952ec19c3688a69374ecf6b50ee89e5 --- themes/widgets/naviframe.edc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/themes/widgets/naviframe.edc b/themes/widgets/naviframe.edc index 3229f5a..4e1c745 100644 --- a/themes/widgets/naviframe.edc +++ b/themes/widgets/naviframe.edc @@ -256,7 +256,6 @@ rel2 { relative: 0.0 1.0; to_x: "badge_padding"; to_y: "title_text_bg"; } } description { state: "subtitle_is_set" 0.0; - inherit: "default" 0.0; text { font: "Tizen:style=Bold"; size: NAVIFRAME_TITLE_SMALL_FONT_SIZE_INC; min: 0 0; @@ -264,6 +263,12 @@ align: 0.0 0.5; text_class: "tizen"; } + color: NAVIFRAME_TITLE_TEXT_COLOR_INC; + color3: 255 255 255 255; + fixed: 1 1; + align: 0.0 0.5; + rel1 { to: "title_text_bg"; } + rel2 { relative: 0.0 1.0; to_x: "badge_padding"; to_y: "title_text_bg"; } } description { state: "default_landscape" 0.0; inherit: "default" 0.0; @@ -278,7 +283,7 @@ } } description { state: "subtitle_is_set_landscape" 0.0; - inherit: "default" 0.0; + inherit: "subtitle_is_set" 0.0; text { font: "Tizen:style=Bold"; size: NAVIFRAME_LANDSCAPE_TITLE_SMALL_FONT_SIZE_INC; min: 0 0; -- 2.7.4