Remove 'User' label from manual login forms

This commit is contained in:
Matt 2021-01-22 23:56:14 -05:00
parent e8d31b0758
commit 54270b2ebd
2 changed files with 2 additions and 2 deletions

View file

@ -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",