From b0b6dd71f53b712a1041ae9482d3c801354369a6 Mon Sep 17 00:00:00 2001 From: Bora Hwang Date: Wed, 27 Mar 2013 17:16:24 +0900 Subject: [PATCH] [multibuttonentry] font and text class are changed from slp to tizen --- themes/widgets/multibuttonentry.edc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/themes/widgets/multibuttonentry.edc b/themes/widgets/multibuttonentry.edc index 9bb4ff8..5a3821d 100644 --- a/themes/widgets/multibuttonentry.edc +++ b/themes/widgets/multibuttonentry.edc @@ -119,11 +119,11 @@ group { styles { style { name: "multibuttonentry_guide_style"; - base: "font=SLP:style=Regular font_size="MULTIBUTTONENTRY_GUIDE_TEXT_SIZE_INC" color="MULTIBUTTONENTRY_GUIDE_TEXT_COLOR_INC" wrap=char text_class=slp"; + base: "font=Tizen:style=Regular font_size="MULTIBUTTONENTRY_GUIDE_TEXT_SIZE_INC" color="MULTIBUTTONENTRY_GUIDE_TEXT_COLOR_INC" wrap=char text_class=tizen"; tag: "br" "\n"; tag: "ps" "ps"; - tag: "hilight" "+ font=SLP:style=Bold"; - tag: "b" "+ font=SLP:style=Bold"; + tag: "hilight" "+ font=Tizen:style=Bold"; + tag: "b" "+ font=Tizen:style=Bold"; tag: "tab" "\t"; } } @@ -211,10 +211,10 @@ group { state: "default" 0.0; color: MULTIBUTTONENTRY_BUTTON_TEXT_COLOR_INC; text { - font: "SLP:style=Regular"; + font: "Tizen:style=Regular"; size: MULTIBUTTONENTRY_BUTTON_TEXT_SIZE_INC; min: 1 0; - text_class: "slp"; + text_class: "tizen"; } rel1 { relative: 1.0 0.0; @@ -305,10 +305,10 @@ group { min: 0 MULTIBUTTONENTRY_LABEL_HEIGHT_INC; color: MULTIBUTTONENTRY_NUMBER_TEXT_COLOR_INC; text { - font: "SLP:style=Regular"; + font: "Tizen:style=Regular"; size: MULTIBUTTONENTRY_LABEL_TEXT_SIZE_INC; min: 1 0; - text_class: "slp"; + text_class: "tizen"; } rel1 { relative: 1.0 0.0; @@ -356,11 +356,11 @@ group { styles { style { name: "multibuttonentry_label_style"; - base: "font=SLP:style=Regular font_size="MULTIBUTTONENTRY_LABEL_TEXT_SIZE_INC" color="MULTIBUTTONENTRY_LABEL_TEXT_COLOR_INC" wrap=char text_class=slp"; + base: "font=Tizen:style=Regular font_size="MULTIBUTTONENTRY_LABEL_TEXT_SIZE_INC" color="MULTIBUTTONENTRY_LABEL_TEXT_COLOR_INC" wrap=char text_class=tizen"; tag: "br" "\n"; tag: "ps" "ps"; - tag: "hilight" "+ font=SLP:style=Bold"; - tag: "b" "+ font=SLP:style=Bold"; + tag: "hilight" "+ font=Tizen:style=Bold"; + tag: "b" "+ font=Tizen:style=Bold"; tag: "tab" "\t"; } } -- 2.7.4