From ac37ccc70fdf48712def08d3b97dca25dc36e69f Mon Sep 17 00:00:00 2001 From: divyanshugautam17 Date: Wed, 5 Aug 2020 15:27:49 +0530 Subject: [PATCH] TIZENIOT-1739 Fixed text size issue Change-Id: I592f8e5ecd0977c5c5b93fed28e0164135157abc --- res/edje/vp-nocontents.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/edje/vp-nocontents.edc b/res/edje/vp-nocontents.edc index 2e30abe..668e860 100755 --- a/res/edje/vp-nocontents.edc +++ b/res/edje/vp-nocontents.edc @@ -127,7 +127,7 @@ group { name: "search_no_result"; styles { style { name: "nosearch_style"; - base: "font=Tizen:style=Roman text_class=tizen font_size=18 align=center color=#000000 wrap=word"; + base: "font=Tizen:style=Roman text_class=tizen font_size=20 align=center color=#000000 wrap=word"; tag: "br" "\n"; tag: "hilight" "+ font=Tizen:style=Bold text_class=tizen"; tag: "b" "+ font=Tizen:style=Bold text_class=tizen"; -- 2.34.1