From 8f194a44a224082a121fb30f6242aab83ec28187 Mon Sep 17 00:00:00 2001
From: ronie <ronie@users.noreply.github.com>
Date: Thu, 15 Mar 2018 11:00:00 +0100
Subject: skin changes need for PR12850

---
 addons/skin.estouchy/xml/Includes.xml      | 2 +-
 addons/skin.estuary/xml/DialogKeyboard.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'addons')

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>
-- 
cgit v1.2.3