commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/designer/src TemplateChooser.py


From: Jason Cater
Subject: gnue/designer/src TemplateChooser.py
Date: Mon, 17 Sep 2001 21:15:22 -0400

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    01/09/17 21:15:21

Modified files:
        designer/src   : TemplateChooser.py 

Log message:
        Fix for wxGTK 2.2.6

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/designer/src/TemplateChooser.py.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gnue/designer/src/TemplateChooser.py
diff -u gnue/designer/src/TemplateChooser.py:1.1 
gnue/designer/src/TemplateChooser.py:1.2
--- gnue/designer/src/TemplateChooser.py:1.1    Sun Sep 16 19:43:53 2001
+++ gnue/designer/src/TemplateChooser.py        Mon Sep 17 21:15:21 2001
@@ -99,7 +99,7 @@
                      self.notebook.GetClientSize())
       w,h = page.GetClientSizeTuple()
       ctrl = wxListCtrl(page, -1,wxPoint(5,5), wxSize(w-10,h-10),
-                   
style=wxLC_REPORT|wxLC_SINGLE_SEL|wxLC_HRULES|wxLC_VRULES|wxSTATIC_BORDER)
+                   style=wxLC_REPORT|wxLC_SINGLE_SEL|wxSTATIC_BORDER) 
#wxLC_HRULES|wxLC_VRULES|)
       ctrl.InsertColumn(0, "Name", format=wxLIST_FORMAT_LEFT, width=-1)
       ctrl.InsertColumn(1, "Description", format=wxLIST_FORMAT_LEFT, width=-1)
       ctrl.InsertColumn(2, "Type", format=wxLIST_FORMAT_LEFT, width=-1)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]