projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
393103d
)
The spacing just isn't right without the 4 pixel border around the textbox part
author
Kevin Hock
<hockkn@yahoo.com>
Sun, 7 Nov 2004 22:22:31 +0000
(22:22 +0000)
committer
Kevin Hock
<hockkn@yahoo.com>
Sun, 7 Nov 2004 22:22:31 +0000
(22:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30350
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/mac/carbon/spinctrl.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/mac/carbon/spinctrl.cpp
b/src/mac/carbon/spinctrl.cpp
index 1325f233d9a0ffce6f7e553e058ede4b3405aa58..6e68e343163d8ac7f66f9cf149b51846c1e1072e 100644
(file)
--- 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;