projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbdd484
)
tweak line number size just a bit
author
Robin Dunn
<robin@alldunn.com>
Fri, 26 Mar 2004 19:26:34 +0000
(19:26 +0000)
committer
Robin Dunn
<robin@alldunn.com>
Fri, 26 Mar 2004 19:26:34 +0000
(19:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26367
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
wxPython/wx/py/editwindow.py
patch
|
blob
|
blame
|
history
diff --git
a/wxPython/wx/py/editwindow.py
b/wxPython/wx/py/editwindow.py
index a0f16da42d897616a2817d7e7abcfc9baf415bbd..90aebf59538a5ac8ef164bff8de51e37e303573f 100644
(file)
--- a/
wxPython/wx/py/editwindow.py
+++ b/
wxPython/wx/py/editwindow.py
@@
-23,7
+23,7
@@
if 'wxMSW' in wx.PlatformInfo:
'lucida' : 'Lucida Console',
'other' : 'Comic Sans MS',
'size' : 10,
- 'lnsize' :
9
,
+ 'lnsize' :
8
,
'backcol' : '#FFFFFF',
'calltipbg' : '#FFFFB8',
'calltipfg' : '#404040',