editors/ConfTreeNodeEditor.py
changeset 1736 7e61baa047f0
parent 1734 750eeb7230a1
child 1737 a39c2918c015
--- a/editors/ConfTreeNodeEditor.py	Mon Aug 14 22:30:41 2017 +0300
+++ b/editors/ConfTreeNodeEditor.py	Mon Aug 14 23:27:15 2017 +0300
@@ -53,6 +53,7 @@
 
 SCROLLBAR_UNIT = 10
 
+
 class GenBitmapTextButton(wx.lib.buttons.GenBitmapTextButton):
     def _GetLabelSize(self):
         """ used internally """
@@ -124,6 +125,7 @@
                  style,
                  name)
 
+
 class ConfTreeNodeEditor(EditorPanel):
 
     SHOW_BASE_PARAMS = True