]> git.sesse.net Git - vlc/commitdiff
* winamp2.xml: add/sub buttons in playlist
authorCyril Deguet <asmax@videolan.org>
Sat, 19 Nov 2005 13:56:46 +0000 (13:56 +0000)
committerCyril Deguet <asmax@videolan.org>
Sat, 19 Nov 2005 13:56:46 +0000 (13:56 +0000)
share/skins2/winamp2.xml

index bed344c4c4d3ea3b60d1ad2ed1e8f8b922ee5c9c..284662f4787df05939368e0cd2781ecd8a2bf088 100644 (file)
@@ -26,7 +26,7 @@
        <SubBitmap id="eq_ok_up" x="69" y="119" width="26" height="12" />
        <SubBitmap id="eq_ok_down" x="187" y="119" width="26" height="12" />
        <SubBitmap id="eq_switch_up" x="254" y="137" width="9" height="9" />
-       <SubBitmap id="eq_switch_down" x="254" y="152" width="9" height="9" />
+       <SubBitmap id="eq_switch_down" x="244" y="137" width="9" height="9" />
        <SubBitmap id="eq_close_up" x="0" y="116" width="9" height="9" />
        <SubBitmap id="eq_close_down" x="0" y="125" width="9" height="9" />
        <SubBitmap id="eq_slider_up" x="0" y="164" width="11" height="11" />
@@ -36,7 +36,7 @@
     </Bitmap>
     <Bitmap id="eq_ex" file="eq_ex.bmp" alphacolor="#FF0001">
         <SubBitmap id="eq_small_focus" x="0" y="0" width="275" height="14" />
-        <SubBitmap id="eq_small_switch_up" x="1" y="38" width="9" height="9" />
+        <SubBitmap id="eq_small_switch_up" x="254" y="3" width="9" height="9" />
         <SubBitmap id="eq_small_switch_down" x="1" y="47" width="9" height="9" />
         <SubBitmap id="eq_small_close_up" x="11" y="38" width="9" height="9" />
         <SubBitmap id="eq_small_close_down" x="11" y="47" width="9" height="9" />
@@ -72,6 +72,9 @@
        <SubBitmap id="pl_small_switch_up" x="128" y="45" width="9" height="9" />
        <SubBitmap id="pl_small_close_up" x="138" y="45" width="9" height="9" />
        <SubBitmap id="pl_small_resize" x="25" y="3" width="9" height="8" />
+       <SubBitmap id="pl_add_up" x="14" y="80" width="22" height="18" />
+       <SubBitmap id="pl_sub_up" x="43" y="80" width="22" height="18" />
+       <SubBitmap id="pl_file_down" x="23" y="149" width="22" height="18" />
     </Bitmap>
     <Bitmap id="playpaus" file="playpaus.bmp" alphacolor="#FF0001">
         <SubBitmap id="play_icon" x="0" y="0" width="9" height="9" />
                 <Image x="255" y="96" image="pl_resize" action="resizeSE" lefttop="rightbottom" rightbottom="rightbottom" />
                 <Button x="254" y="3" up="pl_switch_up" down="pl_switch_down" over="pl_switch_up" action="playlist_window.setLayout(pl_small_layout)" tooltiptext="Switch" lefttop="righttop" rightbottom="righttop" />
                 <Button x="264" y="3" up="pl_close_up" down="pl_close_down" over="pl_close_up" action="playlist_window.hide()" tooltiptext="Close the window" lefttop="righttop" rightbottom="righttop" />
-                <Playlist id="playlist" x="10" y="20" width="240" height="58" lefttop="lefttop" rightbottom="rightbottom" font="playlist_font" fgcolor="#dfdfff" playcolor="#ffffff" bgcolor1="#000000" bgcolor2="#000000" selcolor="#202020" >
+                <Playlist id="playlist" x="10" y="20" width="240" height="58" lefttop="lefttop" rightbottom="rightbottom" font="playlist_font" fgcolor="#dfdfff" playcolor="#ffffff" bgcolor1="#000000" bgcolor2="#000000" selcolor="#404040" >
                     <Slider id="playlist_slider" x="264" y="28" lefttop="righttop" rightbottom="rightbottom" up="pl_slider_up" down="pl_slider_down" points="(0,40),(0,0)" />
                 </Playlist>
+                <Button x="14" y="86" up="pl_add_up" down="pl_file_down" over="pl_add_up" action="playlist.add()" lefttop="leftbottom" rightbottom="leftbottom" />
+                <Button x="43" y="86" up="pl_sub_up" down="pl_file_down" over="pl_sub_up" action="playlist.del()" lefttop="leftbottom" rightbottom="leftbottom" />
                 <Text font="text_font" x="186" y="101" width="35" text="$t" visible="not vlc.isStopped" lefttop="rightbottom" scrolling="none" alignment="right" />
                 <Button x="131" y="101" up="pl_previous" down="pl_previous" over="pl_previous" action="playlist.previous()" lefttop="rightbottom" />
                 <Button x="140" y="101" up="pl_play" down="pl_play" over="pl_play" action="vlc.play()" lefttop="rightbottom" />