[naviframe] Fix the Title 2line Main text font size
authorjae_hyun.cho <jae_hyun.cho@samsung.com>
Fri, 3 May 2013 11:55:32 +0000 (20:55 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 11:13:15 +0000 (20:13 +0900)
Change-Id: Ib918eb294952ec19c3688a69374ecf6b50ee89e5

themes/widgets/naviframe.edc

index 3229f5a..4e1c745 100644 (file)
                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;
                   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;
                }
             }
             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;