skin: remove extra space for mac os
authorjihye424.kim <jihye424.kim@samsung.com>
Mon, 4 Jul 2016 05:57:26 +0000 (14:57 +0900)
committerjihye424.kim <jihye424.kim@samsung.com>
Mon, 4 Jul 2016 07:17:32 +0000 (16:17 +0900)
Change-Id: Iaf078d1f89333f096470047174a9c55b98b52407
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
tizen/src/ui/controller/generalpurposecon.cpp

index 08082ff62904fc73ab64b1e8ce9d23858ffe708b..aa155de1242b504dc08055a3cbd031411e053a70 100644 (file)
@@ -49,12 +49,7 @@ void GeneralPurposeCon::createItems(QList<HardwareKey *> 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;