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

Commit

Permalink
🐛 Fixes for iconic selector
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Apr 18, 2024
1 parent dbc737b commit ab67356
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions 1080i/Custom_1116_Dialog_Shortcuts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@
<onback>29999</onback>
</include>
<!-- Category: Sublabel -->
<!-- <include content="Settings_Stacked_Button">
<include content="Settings_Stacked_Button" condition="$EXP[Exp_Views_UseAltCombined]">
<param name="dialog">true</param>
<param name="id">23065</param>
<param name="groupid">24065</param>
Expand All @@ -636,7 +636,7 @@
<onclick>RunPlugin($INFO[Container(22001).ListItem.Property(url),,&amp;func=do_edit&amp;&amp;sublabel])</onclick>

<onback>29999</onback>
</include> -->
</include>


<!-- =============== -->
Expand Down
2 changes: 1 addition & 1 deletion 1080i/Includes_Categories.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<preloaditems>0</preloaditems>
<hitrect x="40" y="80" w="1360" h="80" />
<nested />
<width>1360</width>
<width>1460</width>
<movement>2</movement>
<onfocus condition="$PARAM[slide]">SetProperty(Slide.WidgetContainer,$PARAM[id],$PARAM[window_id])</onfocus>
<onfocus condition="![$PARAM[slide]]">ClearProperty(Slide.WidgetContainer,$PARAM[window_id])</onfocus>
Expand Down
1 change: 1 addition & 0 deletions 1080i/Includes_Hubs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@
<param name="hidden_button_prefix">Item.$INFO[Container(300).ListItem.Property(item)]302.</param>
<param name="hidden_button">List_ButtonMenu_Row_HiddenButton_Home_Categories</param>
<param name="slide">True</param>
<width>1080</width>
<include content="Hub_Categories_Definition_Content">
<param name="window_id">$PARAM[window_id]</param>
<param name="categories">$PARAM[categories]</param>
Expand Down
12 changes: 6 additions & 6 deletions 1080i/Includes_Shortcuts_Window.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
<visible>!$EXP[Shortcuts_Window_Exp_WidgetsOnly]</visible>
</include> -->
<include content="Categories_Iconic_Selector">
<param name="detailed">true</param>
<param name="id">300</param>
<param name="itemlayout_w">view_button_item_w</param>
<param name="offset_x">view_button_offset_x</param>
Expand All @@ -139,9 +140,8 @@
<param name="underline">true</param>
<param name="altfocus">[Integer.IsEqual(Window.Property(list_id),300) + [ControlGroup(3000).HasFocus() | ControlGroup(39000).HasFocus()]]</param>
<preloaditems>0</preloaditems>
<!-- <focusposition>1</focusposition>
<movement>1</movement> -->
<width>1020</width>
<movement>1</movement>
<width>1060</width>
<top>-40</top>
<!-- <top>20</top> -->
<height>hub_categorieswidget_h</height>
Expand Down Expand Up @@ -170,6 +170,7 @@
<visible>!$EXP[Shortcuts_Window_Exp_WidgetsOnly]</visible>

<include content="Categories_Iconic_Selector">
<param name="detailed">true</param>
<param name="id">302</param>
<param name="itemlayout_w">view_button_item_w</param>
<param name="offset_x">view_button_offset_x</param>
Expand All @@ -182,9 +183,8 @@
<param name="hidden_button">Items_Null</param>
<param name="altfocus">[Integer.IsEqual(Window.Property(list_id),302) + [ControlGroup(3000).HasFocus() | ControlGroup(39000).HasFocus()]]</param>
<preloaditems>0</preloaditems>
<!-- <focusposition>1</focusposition>
<movement>1</movement> -->
<width>1020</width>
<movement>1</movement>
<width>1060</width>
<onup>300</onup>
<top>-40</top>
<left>-25</left>
Expand Down

0 comments on commit ab67356

Please sign in to comment.