From b5267123bf641b596f8a834f53a3d694130fa724 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 7 Aug 2004 05:28:36 +0000 Subject: [PATCH] moving popup-button closer to text git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/combobox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mac/carbon/combobox.cpp b/src/mac/carbon/combobox.cpp index e001a48818..f96f194e4e 100644 --- a/src/mac/carbon/combobox.cpp +++ b/src/mac/carbon/combobox.cpp @@ -42,7 +42,7 @@ MenuHandle NewUniqueMenu() #if TARGET_API_MAC_OSX // margin should be bigger on OS X due to blue highlight // around text control. -static const wxCoord MARGIN = 6; +static const wxCoord MARGIN = 4; // this is the border a focus rect on OSX is needing static const int TEXTFOCUSBORDER = 3 ; #else -- 2.50.0