home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / soundCD_1.03.iso / players / WinAmp / winamp3_0-full.exe / Skins / Default.wal / xml / video-shade.xml < prev    next >
Text File  |  2002-07-03  |  869b  |  30 lines

  1. <include file="video-shade-group.xml" />
  2.  
  3. <layout id="shade" minimum_h="232" minimum_w="275" default_x="320" default_y="240" linkwidth="normal" linkheight="normal" droptarget="pldr">
  4.  
  5.   <Wasabi:StandardFrame:NoStatus 
  6.     x="0" y="0" w="0" h="0" relatw="1" relath="1" 
  7.     content="video.shade.content.group" 
  8.     padtitleright="18" 
  9.     shade="shade"
  10.   />
  11.   <button
  12.     id="winshade" tooltip="Toggle Windowshade mode"
  13.     action="SWITCH" param="normal"
  14.     x="-35" relatx="1" y="3"
  15.     image="wasabi.button.winshade.pressed"
  16.     downImage="wasabi.button.winshade"
  17.     activeAlpha="0"
  18.   />
  19.   
  20.   <button
  21.     id="winshade" tooltip="Toggle Windowshade mode"
  22.     action="SWITCH" param="normal"
  23.     x="-35" relatx="1" y="3"
  24.     image="wasabi.button.winshade"
  25.     downImage="wasabi.button.winshade.pressed"
  26.     inactiveAlpha="0"
  27.   />
  28.  
  29. </layout>
  30.