The spacing just isn't right without the 4 pixel border around the textbox part
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
// the focus rect around a text may have 4 pixels in each direction
|
||||
// we handle these problems right now in an extended vis region of a window
|
||||
static const wxCoord TEXTBORDER = 0 ;
|
||||
static const wxCoord TEXTBORDER = 4 ;
|
||||
// the margin between the text control and the spin
|
||||
static const wxCoord MARGIN = 8 - TEXTBORDER;
|
||||
|
||||
|
Reference in New Issue
Block a user