dialogs/FBDVariableDialog.py
changeset 1740 b789b695b5c6
parent 1739 ec153828ded2
child 1744 69dfdb26f600
--- a/dialogs/FBDVariableDialog.py	Tue Aug 15 12:17:51 2017 +0300
+++ b/dialogs/FBDVariableDialog.py	Tue Aug 15 15:50:30 2017 +0300
@@ -101,7 +101,7 @@
 
         # Create a list box to selected variable expression in the list of
         # variables defined in POU
-        self.VariableName = wx.ListBox(self, size=wx.Size(-1,120),
+        self.VariableName = wx.ListBox(self, size=wx.Size(-1, 120),
               style=wx.LB_SINGLE|wx.LB_SORT)
         self.Bind(wx.EVT_LISTBOX, self.OnNameChanged, self.VariableName)
         self.RightGridSizer.AddWindow(self.VariableName, border=4, flag=wx.GROW|wx.TOP)