editors/ConfTreeNodeEditor.py
changeset 1733 dea107dce0c4
parent 1712 c1987ef148e4
child 1734 750eeb7230a1
--- a/editors/ConfTreeNodeEditor.py	Mon Aug 14 21:20:32 2017 +0300
+++ b/editors/ConfTreeNodeEditor.py	Mon Aug 14 21:31:01 2017 +0300
@@ -319,7 +319,7 @@
                     return fn
                 button.Bind(wx.EVT_ENTER_WINDOW, setFontStyle(button, mouseover_bt_font))
                 button.Bind(wx.EVT_LEAVE_WINDOW, setFontStyle(button, normal_bt_font))
-                #hack to force size to mini
+                # hack to force size to mini
                 if not confnode_method.get("enabled",True):
                     button.Disable()
                 msizer.AddWindow(button, flag=wx.ALIGN_CENTER)