mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-26 02:36:10 +00:00
Remove 'User' label from manual login forms
This commit is contained in:
parent
e8d31b0758
commit
54270b2ebd
2 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ class LoginManual(xbmcgui.WindowXMLDialog):
|
||||||
def _add_editcontrol(self, x, y, height, width, password=False):
|
def _add_editcontrol(self, x, y, height, width, password=False):
|
||||||
|
|
||||||
kwargs = dict(
|
kwargs = dict(
|
||||||
label="User",
|
label="",
|
||||||
font="font13",
|
font="font13",
|
||||||
textColor="FF00A4DC",
|
textColor="FF00A4DC",
|
||||||
disabledColor="FF888888",
|
disabledColor="FF888888",
|
||||||
|
|
|
@ -98,7 +98,7 @@ class ServerManual(xbmcgui.WindowXMLDialog):
|
||||||
def _add_editcontrol(self, x, y, height, width):
|
def _add_editcontrol(self, x, y, height, width):
|
||||||
|
|
||||||
control = xbmcgui.ControlEdit(0, 0, 0, 0,
|
control = xbmcgui.ControlEdit(0, 0, 0, 0,
|
||||||
label="User",
|
label="",
|
||||||
font="font13",
|
font="font13",
|
||||||
textColor="FF00A4DC",
|
textColor="FF00A4DC",
|
||||||
disabledColor="FF888888",
|
disabledColor="FF888888",
|
||||||
|
|
Loading…
Reference in a new issue