Commit 994fc228 authored by Cyril Deguet's avatar Cyril Deguet

* winamp2.xml: fix the resize control of the playlist small layout

parent e387684b
......@@ -71,7 +71,7 @@
<SubBitmap id="pl_small_right_focus" x="99" y="42" width="50" height="14" />
<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_small_resize" x="117" y="42" width="11" height="14" />
<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_add_down" x="23" y="149" width="22" height="18" />
......@@ -304,10 +304,10 @@
<Image x="175" y="0" image="pl_small_middle" action="move" />
<Image x="200" y="0" image="pl_small_middle" action="move" lefttop="lefttop" rightbottom="righttop" />
<Image x="225" y="0" image="pl_small_right_focus" action="move" lefttop="righttop" rightbottom="righttop" />
<Image x="250" y="3" image="pl_small_resize" action="resizeE" lefttop="righttop" rightbottom="righttop" />
<Image x="243" y="0" image="pl_small_resize" action="resizeE" lefttop="righttop" rightbottom="righttop" />
<Button x="254" y="3" up="pl_small_switch_up" down="pl_switch_down" over="pl_small_switch_up" action="playlist_window.setLayout(pl_big_layout)" tooltiptext="Switch" lefttop="righttop" rightbottom="righttop" />
<Button x="264" y="3" up="pl_small_close_up" down="pl_close_down" over="pl_small_close_up" action="playlist_window.hide()" tooltiptext="Close the window" lefttop="righttop" rightbottom="righttop" />
<Text font="text_font" x="4" y="4" width="250" text="$N" />
<Text font="text_font" x="4" y="4" width="239" text="$N" />
</Group>
</Layout>
<Layout id="pl_big_layout" width="275" height="116" minwidth="275" minheight="116" maxwidth="1000" maxheight="800">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment