added a service category in settings for all services

This commit is contained in:
2019-06-24 12:54:43 -05:00
parent 7756d71b32
commit 4254f444db
2 changed files with 4 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ class configurationDialog(widgetUtils.BaseDialog):
self.general.SetFocus()
def realize(self):
self.notebook.AddPage(wx.Panel(self.notebook, wx.NewId()), _("Services"))
self.sizer.Add(self.notebook, 0, wx.ALL, 5)
ok_cancel_box = wx.BoxSizer(wx.HORIZONTAL)
ok = wx.Button(self.panel, wx.ID_OK, _("Save"))