]> git.saurik.com Git - wxWidgets.git/commitdiff
wxGTK's wxTextCtrl's borders can be removed
authorRobert Roebling <robert@roebling.de>
Tue, 30 Sep 2008 11:12:11 +0000 (11:12 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 30 Sep 2008 11:12:11 +0000 (11:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/propgrid/editors.cpp

index ca85c51a29c16bda056c9ed24cae3c2b93955dd2..a16baa76c46b90652374b88e9c5d7c342fead83d 100644 (file)
     #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