1
0

player-shade.xml 600 B

123456789101112131415161718192021222324252627
  1. <!-- player-shade.xml creates the layout of the Winamp Shade Window. -->
  2. <include file="player-shade-group.xml"/>
  3. <layout
  4. id="shade"
  5. minimum_w="354"
  6. minimum_h="25"
  7. h="25"
  8. w="354"
  9. droptarget="pldr"
  10. background="wasabi.frame.basetexture"
  11. linkwidth="normal" appbar="top|bottom"
  12. >
  13. <!--<group id="shadedrawer" x="215" y="0" sysregion="1" move="1"/>-->
  14. <group id="shademain" x="0" y="0" sysregion="1"/>
  15. <script id="shadecontrol.script" file="scripts/shadesizepos.maki" />
  16. <script id="shadecontrol.script" file="scripts/shadecontrol.maki" />
  17. </layout>