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

Commit

Permalink
⚡ Remove unnecessary extra filter button
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Jun 25, 2024
1 parent 9b57489 commit 321ce21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 37 deletions.
8 changes: 4 additions & 4 deletions 1080i/Includes_Lists.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1017,14 +1017,14 @@
<control type="image">
<centertop>50%</centertop>
<height>256</height>
<include content="Object_Left" condition="$PARAM[iconic]">
<!-- <include content="Object_Left" condition="$PARAM[iconic]">
<param name="left">-60</param>
</include>
<include content="Object_Right" condition="$PARAM[iconic]">
<param name="right">-60</param>
</include>
<left>-50</left>
<right>-50</right>
</include> -->
<left>-60</left>
<right>-60</right>
<include>Texture_MainMenu_Highlight_V</include>
</control>
<include content="List_ButtonMenu_Row_Icon" condition="$PARAM[iconic]">
Expand Down
33 changes: 0 additions & 33 deletions 1080i/Includes_Search_Filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,31 +65,6 @@
<onclick condition="Window.IsMedia">SetFocus(64)</onclick>
</include>

<include name="Search_Filter_MouseButton">
<param name="vertical">false</param>
<definition>
<control type="button" id="305">
<texturenofocus />
<include>Texture_KeyboardButton</include>
<width>80</width>
<height>80</height>
<centerleft>50%</centerleft>
<centertop>50%</centertop>
<include>Search_Filter_MouseButton_OnClick</include>
</control>
<control type="image">
<texture colordiffuse="$VAR[Layout_Home_Menu_Color_NF]">special://skin/extras/icons/filter.png</texture>
<bordersize>icon_home_bordersize</bordersize>
<visible>!Control.HasFocus(305)</visible>
</control>
<control type="image">
<texture colordiffuse="$VAR[ColorSelected]">special://skin/extras/icons/filter.png</texture>
<bordersize>icon_home_bordersize</bordersize>
<visible>Control.HasFocus(305)</visible>
</control>
</definition>
</include>

<include name="Search_Filter_ListType">
<control type="group">
<include>Dimension_DialogSideMenu</include>
Expand Down Expand Up @@ -195,14 +170,6 @@

<include name="Search_Filter_Selector">

<control type="group">
<width>40</width>
<height>40</height>
<centerright>100</centerright>
<centertop>100</centertop>
<include>Search_Filter_MouseButton</include>
</control>

<control type="button" id="80999">
<texturenofocus />
<texturefocus />
Expand Down

0 comments on commit 321ce21

Please sign in to comment.