projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78a3259
)
changed border style
author
Robin Dunn
<robin@alldunn.com>
Wed, 7 Apr 2004 19:48:18 +0000
(19:48 +0000)
committer
Robin Dunn
<robin@alldunn.com>
Wed, 7 Apr 2004 19:48:18 +0000
(19:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26650
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
wxPython/demo/ListCtrl.py
patch
|
blob
|
blame
|
history
diff --git
a/wxPython/demo/ListCtrl.py
b/wxPython/demo/ListCtrl.py
index b46bc3d87ab0332c166e18c00c462dc453cc37c6..76bb37b7d23deeb8baae1e18065e7e47ddafe05a 100644
(file)
--- a/
wxPython/demo/ListCtrl.py
+++ b/
wxPython/demo/ListCtrl.py
@@
-98,7
+98,8
@@
class TestListCtrlPanel(wx.Panel, listmix.ColumnSorterMixin):
self.list = TestListCtrl(self, tID,
style=wx.LC_REPORT
- | wx.SUNKEN_BORDER
+ #| wx.BORDER_SUNKEN
+ | wx.BORDER_NONE
| wx.LC_EDIT_LABELS
#| wxLC_NO_HEADER
#| wxLC_VRULES | wxLC_HRULES