From: Robert Roebling <robert@roebling.de> Date: Tue, 30 Sep 2008 11:12:11 +0000 (+0000) Subject: wxGTK's wxTextCtrl's borders can be removed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/07fff17b6aa083da20594aec02577f3e8ca296aa wxGTK's wxTextCtrl's borders can be removed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/propgrid/editors.cpp b/src/propgrid/editors.cpp index ca85c51a29..a16baa76c4 100644 --- a/src/propgrid/editors.cpp +++ b/src/propgrid/editors.cpp @@ -108,8 +108,8 @@ #define wxPG_CHECKMARK_HADJ (-1) #define wxPG_CHECKMARK_DEFLATE 3 - #define wxPG_NAT_TEXTCTRL_BORDER_X 3 // Unremovable border of native textctrl. - #define wxPG_NAT_TEXTCTRL_BORDER_Y 3 // Unremovable border of native textctrl. + #define wxPG_NAT_TEXTCTRL_BORDER_X 0 // Unremovable border of native textctrl. + #define wxPG_NAT_TEXTCTRL_BORDER_Y 0 // Unremovable border of native textctrl. #define wxPG_NAT_BUTTON_BORDER_ANY 1 #define wxPG_NAT_BUTTON_BORDER_X 1