[Genlist] Fix help text font to Regular
authorTae-Hwan Kim <the81.kim@samsung.com>
Fri, 22 Mar 2013 02:56:43 +0000 (11:56 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Mon, 25 Mar 2013 06:22:35 +0000 (15:22 +0900)
Change-Id: I409a8f185d6b3b117c6c8b1b5aaf25109088691b

themes/widgets/genlist/genlist_textblock_style.edc

index fb03bab..8205711 100644 (file)
@@ -37,7 +37,7 @@
 styles {
    // ********************** dialgoue group help text
    style { name: "genlist_style_dialogue_group_help_text";
-      base: "font=Tizen:style=Medium font_size="GENLIST_DIALOGUE_GROUP_HELP_TEXT_SIZE" color="GENLIST_DIALOGUE_GROUP_HELP_TEXT_COLOR_STYLE" text_class=list_item wrap=mixed";
+      base: "font=Tizen:style=Regular font_size="GENLIST_DIALOGUE_GROUP_HELP_TEXT_SIZE" color="GENLIST_DIALOGUE_GROUP_HELP_TEXT_COLOR_STYLE" text_class=list_item wrap=mixed";
       STYLE_TAG
       STYLE_TAG_MATCH
    }