From: jihye424.kim Date: Mon, 4 Jul 2016 05:57:26 +0000 (+0900) Subject: skin: remove extra space for mac os X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~35^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1fdab66f15a70b5ec1605aa15652debff9f00c5;p=sdk%2Femulator%2Fqemu.git skin: remove extra space for mac os Change-Id: Iaf078d1f89333f096470047174a9c55b98b52407 Signed-off-by: jihye424.kim --- diff --git a/tizen/src/ui/controller/generalpurposecon.cpp b/tizen/src/ui/controller/generalpurposecon.cpp index 08082ff629..aa155de124 100644 --- a/tizen/src/ui/controller/generalpurposecon.cpp +++ b/tizen/src/ui/controller/generalpurposecon.cpp @@ -49,12 +49,7 @@ void GeneralPurposeCon::createItems(QList keyList, QSize size) QVBoxLayout *layout = new QVBoxLayout(buttonGroup); layout->setMargin(0); -#ifndef CONFIG_DARWIN layout->setSpacing(GPC_KEYBUTTON_VSPACING); -#else - /* need more spacing on MacOS */ - layout->setSpacing(GPC_KEYBUTTON_VSPACING + 11); -#endif HardwareKey *hwKey = NULL; HWKeyButton *keyButton = NULL;