controls/VariablePanel.py
changeset 1767 c74815729afd
parent 1766 c1e5b9f19483
child 1768 691083b5682a
--- a/controls/VariablePanel.py	Thu Aug 17 17:25:17 2017 +0300
+++ b/controls/VariablePanel.py	Fri Aug 18 12:36:31 2017 +0300
@@ -506,8 +506,8 @@
                 self.FilterChoices = ["All", "Global"]  # ,"Access"]
             else:
                 self.FilterChoices = ["All",
-                                        "Interface", "   Input", "   Output", "   InOut", "   External",
-                                        "Variables", "   Local", "   Temp"]  # ,"Access"]
+                                      "Interface", "   Input", "   Output", "   InOut", "   External",
+                                      "Variables", "   Local", "   Temp"]  # ,"Access"]
 
             # these condense the ColAlignements list
             left = wx.ALIGN_LEFT
@@ -526,12 +526,12 @@
 
             if element_type == "function":
                 self.FilterChoices = ["All",
-                                        "Interface", "   Input", "   Output", "   InOut",
-                                        "Variables", "   Local"]
+                                      "Interface", "   Input", "   Output", "   InOut",
+                                      "Variables", "   Local"]
             else:
                 self.FilterChoices = ["All",
-                                        "Interface", "   Input", "   Output", "   InOut", "   External",
-                                        "Variables", "   Local", "   Temp"]
+                                      "Interface", "   Input", "   Output", "   InOut", "   External",
+                                      "Variables", "   Local", "   Temp"]
 
             # these condense the alignements list
             left = wx.ALIGN_LEFT