From a50ad1435e8f6d2b7d20340bfdd46053c1e594d1 Mon Sep 17 00:00:00 2001 From: Jaehyun Cho Date: Wed, 29 May 2013 13:39:43 +0900 Subject: [PATCH] [naviframe button] Fix the height align for the toolbar button text Change-Id: Icfcfbf346ce0fab5979c8279feeb51e8006dca1c --- themes/widgets/button.edc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/widgets/button.edc b/themes/widgets/button.edc index 212b8d9..8895aa8 100644 --- a/themes/widgets/button.edc +++ b/themes/widgets/button.edc @@ -4539,6 +4539,7 @@ BUTTON_SCROLL_JUMPTO("jumpto_left", "00_icon_jump_left.png") text { min: 0 1; max: 1 1; + align: 0.5 0.54; style: "btn_naviframe_toolbar"; } } @@ -4924,6 +4925,7 @@ BUTTON_SCROLL_JUMPTO("jumpto_left", "00_icon_jump_left.png") text { min: 0 1; max: 1 1; + align: 0.5 0.54; style: "btn_naviframe_toolbar"; } } @@ -5033,6 +5035,7 @@ BUTTON_SCROLL_JUMPTO("jumpto_left", "00_icon_jump_left.png") text { min: 0 1; max: 1 1; + align: 0.5 0.54; style: "btn_naviframe_toolbar"; } } -- 2.7.4