]> git.saurik.com Git - wxWidgets.git/commitdiff
changed border style
authorRobin Dunn <robin@alldunn.com>
Wed, 7 Apr 2004 19:48:18 +0000 (19:48 +0000)
committerRobin 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

index b46bc3d87ab0332c166e18c00c462dc453cc37c6..76bb37b7d23deeb8baae1e18065e7e47ddafe05a 100644 (file)
@@ -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