mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +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):
|
||||
|
||||
kwargs = dict(
|
||||
label="User",
|
||||
label="",
|
||||
font="font13",
|
||||
textColor="FF00A4DC",
|
||||
disabledColor="FF888888",
|
||||
|
|
|
@ -98,7 +98,7 @@ class ServerManual(xbmcgui.WindowXMLDialog):
|
|||
def _add_editcontrol(self, x, y, height, width):
|
||||
|
||||
control = xbmcgui.ControlEdit(0, 0, 0, 0,
|
||||
label="User",
|
||||
label="",
|
||||
font="font13",
|
||||
textColor="FF00A4DC",
|
||||
disabledColor="FF888888",
|
||||
|
|
Loading…
Reference in a new issue