]> git.saurik.com Git - wxWidgets.git/commitdiff
More layout tweaks for wxComboCtrl on Mac
authorRobin Dunn <robin@alldunn.com>
Sun, 26 Nov 2006 06:45:45 +0000 (06:45 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 26 Nov 2006 06:45:45 +0000 (06:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/combocmn.cpp
src/generic/combog.cpp

index 9430e88cc758451793bb030c27e4027a54e190ef..334ddb3d00879671d2cb23884478456fd82dec66 100644 (file)
@@ -96,6 +96,9 @@
 #define POPUPWIN_IS_PERFECT           0 // Same, but for non-transient popup window.
 #define TEXTCTRL_TEXT_CENTERED        1 // 1 if text in textctrl is vertically centered
 
+#undef DEFAULT_DROPBUTTON_WIDTH
+#define DEFAULT_DROPBUTTON_WIDTH 22
+
 #endif
 
 
index ad7874f22c8a1e99ff423ad4b2b9281d89cec6e7..56af94bb206227cd4082492f5f1f65b5e6d3d83a 100644 (file)
@@ -65,7 +65,7 @@
 #define TEXTCTRLXADJUST                 0 // position adjustment for wxTextCtrl, with zero indent
 #define TEXTCTRLYADJUST                 0
 #define TEXTXADJUST                     0 // how much is read-only text's x adjusted
-#define DEFAULT_DROPBUTTON_WIDTH        19
+#define DEFAULT_DROPBUTTON_WIDTH        22
 
 #else