diff options
author | peak3d <pfau@peak3d.de> | 2018-05-30 15:10:37 +0200 |
---|---|---|
committer | peak3d <pfau@peak3d.de> | 2018-05-30 15:10:37 +0200 |
commit | 25023d7a834cd266a804ecaf8bdaef08cd0144d2 (patch) | |
tree | 4474c12768756aff55281aabd98570d77559499f | |
parent | d0cc29115f24d2f6c23a198d8fa71b36a2e394e8 (diff) |
[GUI] Prevent scrolling in Home menu for 8 entries
-rw-r--r-- | addons/skin.estuary/xml/Home.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/Home.xml b/addons/skin.estuary/xml/Home.xml index baab2ff7db..18fc6b22dd 100644 --- a/addons/skin.estuary/xml/Home.xml +++ b/addons/skin.estuary/xml/Home.xml @@ -804,7 +804,7 @@ <top>240</top> <width>462</width> <bottom>-10</bottom> - <movement>6</movement> + <movement>7</movement> <focusposition>0</focusposition> <onfocus>ClearProperty(listposition,home)</onfocus> <onright>SetFocus($INFO[Container(9000).ListItem.Property(menu_id)])</onright> |