More layout tweaks for wxComboCtrl on Mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -96,6 +96,9 @@
|
|||||||
#define POPUPWIN_IS_PERFECT 0 // Same, but for non-transient popup window.
|
#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
|
#define TEXTCTRL_TEXT_CENTERED 1 // 1 if text in textctrl is vertically centered
|
||||||
|
|
||||||
|
#undef DEFAULT_DROPBUTTON_WIDTH
|
||||||
|
#define DEFAULT_DROPBUTTON_WIDTH 22
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
@@ -65,7 +65,7 @@
|
|||||||
#define TEXTCTRLXADJUST 0 // position adjustment for wxTextCtrl, with zero indent
|
#define TEXTCTRLXADJUST 0 // position adjustment for wxTextCtrl, with zero indent
|
||||||
#define TEXTCTRLYADJUST 0
|
#define TEXTCTRLYADJUST 0
|
||||||
#define TEXTXADJUST 0 // how much is read-only text's x adjusted
|
#define TEXTXADJUST 0 // how much is read-only text's x adjusted
|
||||||
#define DEFAULT_DROPBUTTON_WIDTH 19
|
#define DEFAULT_DROPBUTTON_WIDTH 22
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user