mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-09-18 12:34:39 +00:00
Increase size of the dialogs for people with a bad or worse vision (#131)
This commit is contained in:
parent
8ebb25817f
commit
c122f0f6b0
10 changed files with 127 additions and 138 deletions
|
@ -57,8 +57,8 @@ 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, 458, 40, 415)
|
||||
self.port_field = self._add_editcontrol(755, 558, 40, 415)
|
||||
self.host_field = self._add_editcontrol(755, 433, 40, 415)
|
||||
self.port_field = self._add_editcontrol(755, 543, 40, 415)
|
||||
|
||||
self.port_field.setText('8096')
|
||||
self.setFocus(self.host_field)
|
||||
|
@ -104,7 +104,7 @@ class ServerManual(xbmcgui.WindowXMLDialog):
|
|||
media = os.path.join(addon.getAddonInfo('path'), 'resources', 'skins', 'default', 'media')
|
||||
control = xbmcgui.ControlEdit(0, 0, 0, 0,
|
||||
label="User",
|
||||
font="font10",
|
||||
font="font13",
|
||||
textColor="FF52b54b",
|
||||
disabledColor="FF888888",
|
||||
focusTexture="-",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue