Larger library hint text window
authorEdouard Tisserant
Fri, 01 Apr 2011 15:33:36 +0200
changeset 518 343fa6867322
parent 517 026ef159e8a2
child 519 722714c04dcd
Larger library hint text window
PLCOpenEditor.py
--- a/PLCOpenEditor.py	Fri Apr 01 15:25:43 2011 +0200
+++ b/PLCOpenEditor.py	Fri Apr 01 15:33:36 2011 +0200
@@ -613,7 +613,7 @@
         
         self.LibraryComment = wx.TextCtrl(id=ID_PLCOPENEDITORLIBRARYCOMMENT,
                   name='LibraryComment', parent=self.LibraryPanel, 
-                  pos=wx.Point(0, 0), size=wx.Size(0, 60), 
+                  pos=wx.Point(0, 0), size=wx.Size(0, 160), 
                   style=wx.TE_READONLY|wx.TE_MULTILINE)
         
         self._init_sizers()