diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2016-12-19 09:22:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-19 09:22:07 +0100 |
commit | eed32e78d50648b1004b119cb4ecb8647a98e35e (patch) | |
tree | 7d6a256f8f13208d7b9be9084b2bc152c458fc71 /addons/skin.estuary/xml/DialogSubtitles.xml | |
parent | 3fb350bb3a7439721abc4d6d0923b89330b1a480 (diff) | |
parent | 56adcfc01b2021f75a4d1985918caca730cd8d77 (diff) |
Merge pull request #11219 from phil65/krypton_update17.0b7-Krypton
[estuary] sync
Diffstat (limited to 'addons/skin.estuary/xml/DialogSubtitles.xml')
-rw-r--r-- | addons/skin.estuary/xml/DialogSubtitles.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.estuary/xml/DialogSubtitles.xml b/addons/skin.estuary/xml/DialogSubtitles.xml index ba9a12e458..38256bf8c9 100644 --- a/addons/skin.estuary/xml/DialogSubtitles.xml +++ b/addons/skin.estuary/xml/DialogSubtitles.xml @@ -150,8 +150,8 @@ <focusedlayout width="920" height="100"> <control type="image"> <left>0</left> - <width>920</width> - <height>100</height> + <right>0</right> + <bottom>0</bottom> <texture colordiffuse="button_focus">lists/focus.png</texture> <visible>Control.HasFocus(120)</visible> </control> |