diff options
author | ronie <ronie@users.noreply.github.com> | 2018-03-27 19:03:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-27 19:03:22 +0200 |
commit | 7e5d384ca4c9e864a1082bca41b80a513789c0f7 (patch) | |
tree | b935953bdf33c71e19b4f53dd1254af5158f0dbf | |
parent | 3c55840cfdeac270e5d9b1dc5302ee0c78ea570c (diff) | |
parent | 8f194a44a224082a121fb30f6242aab83ec28187 (diff) |
Merge pull request #12853 from ronie/12850-skin
skin changes needed for PR12850
-rw-r--r-- | addons/skin.estouchy/xml/Includes.xml | 2 | ||||
-rw-r--r-- | addons/skin.estuary/xml/DialogKeyboard.xml | 2 |
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 fa1a42bb53..747e3a66a8 100644 --- a/addons/skin.estuary/xml/DialogKeyboard.xml +++ b/addons/skin.estuary/xml/DialogKeyboard.xml @@ -541,7 +541,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> |