From d1fdab66f15a70b5ec1605aa15652debff9f00c5 Mon Sep 17 00:00:00 2001 From: "jihye424.kim" Date: Mon, 4 Jul 2016 14:57:26 +0900 Subject: [PATCH] skin: remove extra space for mac os Change-Id: Iaf078d1f89333f096470047174a9c55b98b52407 Signed-off-by: jihye424.kim --- tizen/src/ui/controller/generalpurposecon.cpp | 5 ----- 1 file changed, 5 deletions(-) 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; -- 2.34.1