mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
27
Src/resources/skins/Winamp Modern/xml/player-shade.xml
Normal file
27
Src/resources/skins/Winamp Modern/xml/player-shade.xml
Normal file
@ -0,0 +1,27 @@
|
||||
<!-- player-shade.xml creates the layout of the Winamp Shade Window. -->
|
||||
|
||||
<include file="player-shade-group.xml"/>
|
||||
|
||||
<layout
|
||||
id="shade"
|
||||
minimum_w="354"
|
||||
minimum_h="25"
|
||||
h="25"
|
||||
w="354"
|
||||
droptarget="pldr"
|
||||
background="wasabi.frame.basetexture"
|
||||
linkwidth="normal" appbar="top|bottom"
|
||||
>
|
||||
|
||||
|
||||
<!--<group id="shadedrawer" x="215" y="0" sysregion="1" move="1"/>-->
|
||||
<group id="shademain" x="0" y="0" sysregion="1"/>
|
||||
|
||||
<script id="shadecontrol.script" file="scripts/shadesizepos.maki" />
|
||||
<script id="shadecontrol.script" file="scripts/shadecontrol.maki" />
|
||||
|
||||
|
||||
</layout>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user