controls/VariablePanel.py
changeset 1742 92932cd370a4
parent 1740 b789b695b5c6
child 1744 69dfdb26f600
--- a/controls/VariablePanel.py	Tue Aug 15 16:01:18 2017 +0300
+++ b/controls/VariablePanel.py	Tue Aug 15 16:48:49 2017 +0300
@@ -511,10 +511,10 @@
             l = wx.ALIGN_LEFT
             c = wx.ALIGN_CENTER
 
-            #                      Num   Name    Class   Type    Loc     Init    Option   Doc
-            self.ColSizes       = [40,   80,     100,    80,     110,    120,    100,     160]
-            self.ColAlignements = [c,    l,      l,      l,      l,      l,      l,       l]
-            self.ColFixedSizeFlag=[True, False,  True,   False,  True,   True,   True,    False]
+            #                        Num   Name    Class   Type    Loc     Init    Option   Doc
+            self.ColSizes         = [40,   80,     100,    80,     110,    120,    100,     160]
+            self.ColAlignements   = [c,    l,      l,      l,      l,      l,      l,       l]
+            self.ColFixedSizeFlag = [True, False,  True,   False,  True,   True,   True,    False]
 
         else:
             # this is an element that cannot have located variables
@@ -533,10 +533,10 @@
             l = wx.ALIGN_LEFT
             c = wx.ALIGN_CENTER
 
-            #                      Num   Name    Class   Type    Init    Option   Doc
-            self.ColSizes       = [40,   80,     100,    80,     120,    100,     160]
-            self.ColAlignements = [c,    l,      l,      l,      l,      l,       l]
-            self.ColFixedSizeFlag=[True, False,  True,   False,  True,   True,    False]
+            #                        Num   Name    Class   Type    Init    Option   Doc
+            self.ColSizes         = [40,   80,     100,    80,     120,    100,     160]
+            self.ColAlignements   = [c,    l,      l,      l,      l,      l,       l]
+            self.ColFixedSizeFlag = [True, False,  True,   False,  True,   True,    False]
 
         self.PanelWidthMin = sum(self.ColSizes)