mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +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)
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<centerleft>50%</centerleft>
|
||||
<centertop>50%</centertop>
|
||||
<width>470</width>
|
||||
<height>470</height>
|
||||
<height>360</height>
|
||||
<control type="group">
|
||||
<top>-30</top>
|
||||
<control type="image">
|
||||
|
@ -38,14 +38,14 @@
|
|||
</control>
|
||||
<control type="image">
|
||||
<width>100%</width>
|
||||
<height>470</height>
|
||||
<height>360</height>
|
||||
<texture colordiffuse="ff222326" border="10">dialogs/dialog_back.png</texture>
|
||||
</control>
|
||||
<control type="group">
|
||||
<centerleft>50%</centerleft>
|
||||
<top>10</top>
|
||||
<width>460</width>
|
||||
<height>470</height>
|
||||
<height>350</height>
|
||||
<control type="grouplist" id="100">
|
||||
<orientation>vertical</orientation>
|
||||
<itemgap>0</itemgap>
|
||||
|
@ -117,7 +117,7 @@
|
|||
</control>
|
||||
</control>
|
||||
<control type="group" id="202">
|
||||
<top>470</top>
|
||||
<top>360</top>
|
||||
<visible>false</visible>
|
||||
<control type="image">
|
||||
<description>Error box</description>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<centerleft>50%</centerleft>
|
||||
<centertop>50%</centertop>
|
||||
<width>520</width>
|
||||
<height>525</height>
|
||||
<height>470</height>
|
||||
<control type="group">
|
||||
<top>-30</top>
|
||||
<control type="image">
|
||||
|
@ -45,14 +45,14 @@
|
|||
</control>
|
||||
<control type="image">
|
||||
<width>100%</width>
|
||||
<height>525</height>
|
||||
<height>470</height>
|
||||
<texture colordiffuse="ff222326" border="10">dialogs/dialog_back.png</texture>
|
||||
</control>
|
||||
<control type="group">
|
||||
<centerleft>50%</centerleft>
|
||||
<top>10</top>
|
||||
<width>510</width>
|
||||
<height>515</height>
|
||||
<height>460</height>
|
||||
<control type="grouplist" id="100">
|
||||
<orientation>vertical</orientation>
|
||||
<itemgap>0</itemgap>
|
||||
|
@ -199,7 +199,7 @@
|
|||
</control>
|
||||
</control>
|
||||
<control type="group" id="202">
|
||||
<top>525</top>
|
||||
<top>470</top>
|
||||
<visible>false</visible>
|
||||
<control type="image">
|
||||
<width>100%</width>
|
||||
|
|
Loading…
Reference in a new issue