diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2021-11-17 08:13:44 +0100 |
---|---|---|
committer | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2021-11-22 09:39:55 +0100 |
commit | d8b33937458986c7956c46df4115bf18cbf3c8fc (patch) | |
tree | fa6d9c63b129e2b65596db9a8aacc7889fbacdfc /addons/skin.estuary/xml/DialogContextMenu.xml | |
parent | 88c6ee14d56400db47ced298d6d2d81d2d394152 (diff) |
[Estuary] Home screen: Fix context menu y position so that the menu fits completely on 16:9 screen even if it has more than 10 items.
Diffstat (limited to 'addons/skin.estuary/xml/DialogContextMenu.xml')
-rw-r--r-- | addons/skin.estuary/xml/DialogContextMenu.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/addons/skin.estuary/xml/DialogContextMenu.xml b/addons/skin.estuary/xml/DialogContextMenu.xml index 32b9f8489b..6a41b8891c 100644 --- a/addons/skin.estuary/xml/DialogContextMenu.xml +++ b/addons/skin.estuary/xml/DialogContextMenu.xml @@ -5,7 +5,6 @@ <coordinates> <left>0</left> <top>0</top> - <origin x="50%" y="400">Window.IsActive(Home)</origin> </coordinates> <controls> <control type="image"> @@ -27,7 +26,7 @@ <onclick>Action(close)</onclick> </control> <control type="group"> - <animation effect="slide" end="-225" time="0" condition="Window.IsActive(home)">conditional</animation> + <animation effect="slide" end="0,175" time="0" condition="Window.IsActive(home)">conditional</animation> <control type="image" id="999"> <description>background image</description> <left>0</left> |