Commit 88367cea authored by Olivier Teulière's avatar Olivier Teulière

* share/skins2/winamp2.xml: same fix for other controls

parent 3b55990d
...@@ -346,12 +346,12 @@ ...@@ -346,12 +346,12 @@
<Button x="14" y="86" up="pl_add_up" down="pl_add_down" over="pl_add_up" action="playlist.add()" lefttop="leftbottom" rightbottom="leftbottom" /> <Button x="14" y="86" up="pl_add_up" down="pl_add_down" over="pl_add_up" action="playlist.add()" lefttop="leftbottom" rightbottom="leftbottom" />
<Button x="43" y="86" up="pl_sub_up" down="pl_sub_down" over="pl_sub_up" action="playlist.del()" lefttop="leftbottom" rightbottom="leftbottom" /> <Button x="43" y="86" up="pl_sub_up" down="pl_sub_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" rightbottom="rightbottom" scrolling="none" alignment="right" /> <Text font="text_font" x="186" y="101" width="35" text="$t" visible="not vlc.isStopped" lefttop="rightbottom" rightbottom="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="131" y="101" up="pl_previous" down="pl_previous" over="pl_previous" action="playlist.previous()" lefttop="rightbottom" rightbottom="rightbottom" />
<Button x="140" y="101" up="pl_play" down="pl_play" over="pl_play" action="vlc.play()" lefttop="rightbottom" /> <Button x="140" y="101" up="pl_play" down="pl_play" over="pl_play" action="vlc.play()" lefttop="rightbottom" rightbottom="rightbottom" />
<Button x="149" y="101" up="pl_pause" down="pl_pause" over="pl_pause" action="vlc.pause()" lefttop="rightbottom" /> <Button x="149" y="101" up="pl_pause" down="pl_pause" over="pl_pause" action="vlc.pause()" lefttop="rightbottom" rightbottom="rightbottom" />
<Button x="158" y="101" up="pl_stop" down="pl_stop" over="pl_stop" action="vlc.stop()" lefttop="rightbottom" /> <Button x="158" y="101" up="pl_stop" down="pl_stop" over="pl_stop" action="vlc.stop()" lefttop="rightbottom" rightbottom="rightbottom" />
<Button x="167" y="101" up="pl_forward" down="pl_forward" over="pl_forward" action="playlist.next()" lefttop="rightbottom" /> <Button x="167" y="101" up="pl_forward" down="pl_forward" over="pl_forward" action="playlist.next()" lefttop="rightbottom" rightbottom="rightbottom" />
<Button x="176" y="101" up="pl_eject" down="pl_eject" over="pl_eject" action="dialogs.fileSimple()" lefttop="rightbottom" /> <Button x="176" y="101" up="pl_eject" down="pl_eject" over="pl_eject" action="dialogs.fileSimple()" lefttop="rightbottom" rightbottom="rightbottom" />
</Group> </Group>
</Layout> </Layout>
</Window> </Window>
......
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