mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-22 08:00:31 +00:00
Remove whitespace in setup xbmcgui dialogs
This commit is contained in:
parent
3608f9d504
commit
ebf8a1a903
3 changed files with 9 additions and 9 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue