aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorronie <ronie@users.noreply.github.com>2018-03-15 11:00:00 +0100
committerronie <ronie@users.noreply.github.com>2018-03-15 11:00:00 +0100
commit8f194a44a224082a121fb30f6242aab83ec28187 (patch)
tree8e559337354ccc7ab146f3d318630c4f3a27598a
parentaedcf10ebc893b7cc00aaddf6f30f161fb8f90cd (diff)
skin changes need for PR12850
-rw-r--r--addons/skin.estouchy/xml/Includes.xml2
-rw-r--r--addons/skin.estuary/xml/DialogKeyboard.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.estouchy/xml/Includes.xml b/addons/skin.estouchy/xml/Includes.xml
index c3e5134050..37ff4c6012 100644
--- a/addons/skin.estouchy/xml/Includes.xml
+++ b/addons/skin.estouchy/xml/Includes.xml
@@ -943,7 +943,7 @@
</item>
</include>
<include name="KeyboardButton">
- <width>84</width>
+ <width min="76">auto</width>
<height>76</height>
<texturenofocus colordiffuse="grey2">white.png</texturenofocus>
<texturefocus>list_focus.png</texturefocus>
diff --git a/addons/skin.estuary/xml/DialogKeyboard.xml b/addons/skin.estuary/xml/DialogKeyboard.xml
index 29898d42c4..c4190a8ca3 100644
--- a/addons/skin.estuary/xml/DialogKeyboard.xml
+++ b/addons/skin.estuary/xml/DialogKeyboard.xml
@@ -523,7 +523,7 @@
<control type="grouplist" id="95200">
<bottom>0</bottom>
<height>460</height>
- <centerleft>86%</centerleft>
+ <centerleft>88%</centerleft>
<itemgap>dialogbuttons_itemgap</itemgap>
<onup condition="!Integer.IsGreater(Container(9010).NumItems,0)">95200</onup>
<onup condition="Integer.IsGreater(Container(9010).NumItems,0)">9010</onup>