Skip to content

Commit

Permalink
Merge pull request #356 from leftl/feature/login-dialog
Browse files Browse the repository at this point in the history
Remove whitespace in setup xbmcgui dialogs
  • Loading branch information
oddstr13 committed Aug 9, 2020
2 parents 3608f9d + ebf8a1a commit 6341bb2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion jellyfin_kodi/dialogs/servermanual.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def onInit(self):
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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 6341bb2

Please sign in to comment.