From 2456792140d99250515d32a5b7d5a9857c993640 Mon Sep 17 00:00:00 2001 From: Kevin Hock Date: Sun, 7 Nov 2004 22:22:31 +0000 Subject: [PATCH] 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 --- src/mac/carbon/spinctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mac/carbon/spinctrl.cpp b/src/mac/carbon/spinctrl.cpp index 1325f233d9..6e68e34316 100644 --- a/src/mac/carbon/spinctrl.cpp +++ b/src/mac/carbon/spinctrl.cpp @@ -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; -- 2.47.2