home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2003 #3 / K-CD_2003-03.iso / Winamp / winamp3_0-full.exe / Skins / Default.wal / xml / pledit-normal.xml < prev    next >
Text File  |  2002-07-30  |  878b  |  33 lines

  1. <!-- pledit-normal.xml defines the layout of the normal Playlist Editor -->
  2.  
  3. <include file="pledit-normal-group.xml"/>
  4.  
  5. <layout id="normal" minimum_h="116" minimum_w="275" default_h="154" linkwidth="shade">
  6.  
  7.   <Wasabi:StandardFrame:Status 
  8.     x="0" y="0" w="0" h="0" relatw="1" relath="1" 
  9.     content="pledit.content.group" 
  10.     padtitleright="18" 
  11.     shade="shade"
  12.   />
  13.    
  14.   <button
  15.     id="winshade" tooltip="Windowshade Mode"
  16.     action="SWITCH" param="shade"
  17.     x="-35" relatx="1" y="3"
  18.     image="wasabi.button.winshade.pressed"
  19.     downImage="wasabi.button.winshade"
  20.     activeAlpha="0"
  21.   />
  22.   
  23.   <button
  24.     id="winshade" tooltip="Windowshade Mode"
  25.     action="SWITCH" param="shade"
  26.     x="-35" relatx="1" y="3"
  27.     image="wasabi.button.winshade"
  28.     downImage="wasabi.button.winshade.pressed"
  29.     inactiveAlpha="0"
  30.   />
  31.   
  32. </layout>
  33.