diff --git a/src/common/combocmn.cpp b/src/common/combocmn.cpp index 9430e88cc7..334ddb3d00 100644 --- a/src/common/combocmn.cpp +++ b/src/common/combocmn.cpp @@ -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 diff --git a/src/generic/combog.cpp b/src/generic/combog.cpp index ad7874f22c..56af94bb20 100644 --- a/src/generic/combog.cpp +++ b/src/generic/combog.cpp @@ -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