diff -r f2a53fa6e5d7 -r d00f1430d57a etherlab/EtherCATManagementEditor.py --- a/etherlab/EtherCATManagementEditor.py Sat Sep 29 15:33:41 2018 +0300 +++ b/etherlab/EtherCATManagementEditor.py Sat Sep 29 15:35:22 2018 +0300 @@ -1201,11 +1201,11 @@ wx.Panel.__init__(self, parent, -1, size=(350, 500)) self.Tree = wx.gizmos.TreeListCtrl(self, -1, size=(350, 500), - style=(wx.TR_DEFAULT_STYLE - | wx.TR_FULL_ROW_HIGHLIGHT - | wx.TR_HIDE_ROOT - | wx.TR_COLUMN_LINES - | wx.TR_ROW_LINES)) + style=(wx.TR_DEFAULT_STYLE | + wx.TR_FULL_ROW_HIGHLIGHT | + wx.TR_HIDE_ROOT | + wx.TR_COLUMN_LINES | + wx.TR_ROW_LINES)) self.Tree.AddColumn("Description", width=200) self.Tree.AddColumn("Value", width=140)