Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
add toggle for fullscreen widget autoscroll - fixes #591
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Nov 14, 2022
1 parent 4f21ae2 commit 49b6418
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 1080i/Includes_Dimensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<include name="Dimension_DialogSkinShortcuts_FullscreenWidget">
<centerleft>50%</centerleft>
<width>1080</width>
<height>grid_x56</height>
<height>grid_x64</height>
<centertop>dialog_tall_centertop</centertop>
</include>

Expand Down
14 changes: 14 additions & 0 deletions 1080i/script-skinshortcuts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,20 @@
<visible>String.IsEqual(Window.Property(groupname),mainmenu)</visible>
<visible>String.IsEqual(Window(Home).Property(SkinShortcutsDialogType),$LOCALIZE[31102])</visible>
</include>
<include content="Dialog_Settings_Button">
<param name="id" value="9919" />
<param name="control" value="radiobutton" />
<onclick>SetProperty(customProperty,widgetAutoScroll)</onclick>
<onclick condition="String.IsEmpty(Container(211).ListItem.Property(widgetAutoScroll))">SetProperty(customValue,True)</onclick>
<onclick condition="!String.IsEmpty(Container(211).ListItem.Property(widgetAutoScroll))">ClearProperty(customValue)</onclick>
<onclick>SendClick(404)</onclick>
<description>Autoscroll</description>
<label>$LOCALIZE[31185]</label>
<selected>!String.IsEmpty(Container(211).ListItem.Property(widgetAutoScroll))</selected>
<visible>!String.IsEqual(Container(211).ListItem.Property(skinshortcuts-disabled),True)</visible>
<visible>String.IsEqual(Window.Property(groupname),mainmenu)</visible>
<visible>String.IsEqual(Window(Home).Property(SkinShortcutsDialogType),$LOCALIZE[31102])</visible>
</include>

<!-- Submenu Widget -->
<include content="Dialog_Settings_Button">
Expand Down

0 comments on commit 49b6418

Please sign in to comment.