forked from Hitcher/skin.copacetic
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc24b4d
commit 7b71403
Showing
21 changed files
with
483 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<window type="dialog" id="1180"> | ||
<!-- global search --> | ||
<include content="Widget_Position_Reset_OnLoad" /> | ||
<defaultcontrol always="true">3000</defaultcontrol> | ||
<controls> | ||
|
||
<!-- Button bouncer until containers are populated --> | ||
<control type="button" id="3000"> | ||
<visible allowhiddenfocus="true">false</visible> | ||
<animation effect="slide" end="0,0" time="360" reversible="false">Focus</animation> | ||
<include content="globalsearch_Focus_Setter"> | ||
<param name="bounce_id" value="3001" /> | ||
</include> | ||
</control> | ||
<control type="button" id="3001"> | ||
<visible allowhiddenfocus="true">false</visible> | ||
<animation effect="slide" end="0,0" time="360" reversible="false">Focus</animation> | ||
<include content="globalsearch_Focus_Setter"> | ||
<param name="bounce_id" value="3000" /> | ||
</include> | ||
</control> | ||
|
||
<control type="group"> | ||
<visible>!$EXP[Infoscreen_IsVisible]</visible> | ||
<include content="Visible_Fade_Delayed_Animation" /> | ||
<include content="WindowOpenClose_Fade_Delayed_Long_Animation" /> | ||
<include content="User_Scroll_Delay" /> | ||
<include content="globalsearch_Widget_3201_Movies" /> | ||
<include content="globalsearch_Widget_3202_TVShows" /> | ||
<include content="globalsearch_Widget_3203_Episodes" /> | ||
<include content="globalsearch_Widget_3204_Artists" /> | ||
<include content="globalsearch_Widget_3205_Albums" /> | ||
<include content="globalsearch_Widget_3206_Songs" /> | ||
<include content="globalsearch_Scrollbar" /> | ||
</control> | ||
|
||
</controls> | ||
</window> |
Oops, something went wrong.