From 3110d3a8bebbbcf9c85cc67ab09bdbc5d78eace6 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Wed, 18 Jan 2012 21:31:41 +0900 Subject: [PATCH] naviframe - added fixed to the text part --- themes/widgets/naviframe.edc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/themes/widgets/naviframe.edc b/themes/widgets/naviframe.edc index bf213cb..0359ec3 100644 --- a/themes/widgets/naviframe.edc +++ b/themes/widgets/naviframe.edc @@ -324,6 +324,7 @@ } color: NAVIFRAME_TITLE_TEXT_COLOR_INC; align: 0.5 0.5; + fixed: 1 0; rel1 { relative: 1.0 0.0; to: "padding_center_text1"; } rel2 { relative: 0.0 1.0; to: "padding_center_text2"; } } @@ -1212,6 +1213,7 @@ } color: NAVIFRAME_TITLE_TEXT_COLOR_INC; align: 0.5 0.5; + fixed: 1 0; rel1 { relative: 1.0 0.0; to: "padding_center_text1"; } rel2 { relative: 0.0 1.0; to: "padding_center_text2"; } } @@ -1935,7 +1937,7 @@ } min: 0 NAVIFRAME_TITLE_SEGMENT_TEXT_H_INC; max: 999999 NAVIFRAME_TITLE_SEGMENT_TEXT_H_INC; - fixed: 0 1; + fixed: 1 1; color: NAVIFRAME_TITLE_TEXT_COLOR_INC; align: 0.5 0; rel1.to: "padding_before_left_btn"; @@ -2816,6 +2818,7 @@ } color: NAVIFRAME_TITLE_TEXT_COLOR_INC; align: 0.5 0.5; + fixed: 1 0; rel1 { relative: 1.0 0.0; to: "padding_center_text1"; } rel2 { relative: 0.0 1.0; to: "padding_center_text2"; } } @@ -3634,6 +3637,7 @@ } color: NAVIFRAME_TITLE_TEXT_COLOR_INC; align: 0.5 0.5; + fixed: 1 0; rel1 { relative: 1.0 0.0; to: "padding_center_text1"; } rel2 { relative: 0.0 1.0; to: "padding_center_text2"; } } @@ -4286,7 +4290,7 @@ } min: 0 NAVIFRAME_TITLE_SEGMENT_TEXT_H_INC; max: 999999 NAVIFRAME_TITLE_SEGMENT_TEXT_H_INC; - fixed: 0 1; + fixed: 1 1; color: NAVIFRAME_TITLE_TEXT_COLOR_INC; align: 0.5 0; rel1.to: "padding_before_left_btn"; -- 2.7.4