From 45c7ab318e10fb4f0fc696e0864a994f6b7dfaf7 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Thu, 1 Aug 2013 12:58:09 +0530 Subject: [PATCH] Fixed issue 47940 Change-Id: Ic98150930bb90fe91585b572bf38eac465e068de Signed-off-by: Himanshu --- src/GlDropDownCustomItem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GlDropDownCustomItem.cpp b/src/GlDropDownCustomItem.cpp index 8236118..5ae188f 100644 --- a/src/GlDropDownCustomItem.cpp +++ b/src/GlDropDownCustomItem.cpp @@ -87,7 +87,7 @@ DropDownCustomItem::Make(int fontsize, int itemHeight) int xMargin = 26; int yMargin = 22; int subTextHeight = 42; - int mainTextHeight = itemHeight - yMargin - subTextHeight; + int mainTextHeight = itemHeight - yMargin - subTextHeight + 15; Tizen::Graphics::Bitmap* pDropperBitmapNormal = null; -- 2.7.4