Remove whitespace in setup xbmcgui dialogs

This commit is contained in:
“Tyler 2020-08-08 21:17:25 -07:00
parent 3608f9d504
commit ebf8a1a903
3 changed files with 9 additions and 9 deletions

View file

@ -59,7 +59,7 @@ class ServerManual(xbmcgui.WindowXMLDialog):
self.cancel_button = self.getControl(CANCEL)
self.error_toggle = self.getControl(ERROR_TOGGLE)
self.error_msg = self.getControl(ERROR_MSG)
self.host_field = self._add_editcontrol(755, 433, 40, 415)
self.host_field = self._add_editcontrol(755, 490, 40, 415)
self.setFocus(self.host_field)