From: jihun park Date: Thu, 16 Mar 2017 04:51:32 +0000 (+0900) Subject: [TBT][Non-ACR][dali][DPTTIZEN-2762, dali manager resolution issue for z4 fixed] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b69dc04971b908549d0e2733339e91be45105a74;p=test%2Ftct%2Fnative%2Fbehavior.git [TBT][Non-ACR][dali][DPTTIZEN-2762, dali manager resolution issue for z4 fixed] Change-Id: I2f015faa9d0fa637eef425f7c77090b9d03b85a2 Signed-off-by: jihun park --- diff --git a/release/binary-armv7l/org.tizen.tbtcoreapp-dali-1.0.0-arm.tpk b/release/binary-armv7l/org.tizen.tbtcoreapp-dali-1.0.0-arm.tpk index 8d80632..4e9372f 100644 Binary files a/release/binary-armv7l/org.tizen.tbtcoreapp-dali-1.0.0-arm.tpk and b/release/binary-armv7l/org.tizen.tbtcoreapp-dali-1.0.0-arm.tpk differ diff --git a/release/binary-x86/org.tizen.tbtcoreapp-dali-1.0.0-x86.tpk b/release/binary-x86/org.tizen.tbtcoreapp-dali-1.0.0-x86.tpk index 566fd7d..4766ce2 100644 Binary files a/release/binary-x86/org.tizen.tbtcoreapp-dali-1.0.0-x86.tpk and b/release/binary-x86/org.tizen.tbtcoreapp-dali-1.0.0-x86.tpk differ diff --git a/tbtcoreapp-dali/inc/utils/constrants.h b/tbtcoreapp-dali/inc/utils/constrants.h index cc94b07..0f3fdfa 100644 --- a/tbtcoreapp-dali/inc/utils/constrants.h +++ b/tbtcoreapp-dali/inc/utils/constrants.h @@ -28,7 +28,7 @@ #include using namespace Dali; -#define TEXTLABEL_HEIGHT 0.0625f // assume full screen width 1 and height 1. 0.0625 is 1/16 +#define TEXTLABEL_HEIGHT 0.125f // assume full screen width 1 and height 1. 0.0625 is 1/16 #define TEXTFIELD_HEIGHT 0.0625f // assume full screen width 1 and height 1. 0.0625 is 1/16 #define TEXTEDITOR_HEIGHT 0.08333f // assume full screen width 1 and height 1. 0.0625 is 1/12 #define BUTTON_HEIGHT 0.125f // assume full screen width 1 and height 1. 0.125 is 1/8