]> git.sesse.net Git - vlc/commitdiff
minimize in the default theme
authorMohammed Adnène Trojette <adn@videolan.org>
Sun, 4 Jul 2004 22:37:01 +0000 (22:37 +0000)
committerMohammed Adnène Trojette <adn@videolan.org>
Sun, 4 Jul 2004 22:37:01 +0000 (22:37 +0000)
share/skins2/default/reduce_mouseover.png [new file with mode: 0644]
share/skins2/default/theme.xml

diff --git a/share/skins2/default/reduce_mouseover.png b/share/skins2/default/reduce_mouseover.png
new file mode 100644 (file)
index 0000000..14bdbb3
Binary files /dev/null and b/share/skins2/default/reduce_mouseover.png differ
index 0cd498741910952243ca387708e82d108ce98757..e6894077fa56ab992747a4244e5335308559a2cc 100644 (file)
@@ -61,6 +61,7 @@
   <Bitmap id="previous_disabled" file="previous_disabled.png" alphacolor="#FF0000"/>
   <Bitmap id="previous_onclick" file="previous_onclick.png" alphacolor="#FF0000"/>
   <Bitmap id="reduce" file="reduce.png" alphacolor="#FF0000"/>
+  <Bitmap id="reduce_mouseover" file="reduce_mouseover.png" alphacolor="#FF0000"/>
   <Bitmap id="reduce_onclick" file="reduce_onclick.png" alphacolor="#FF0000"/>
   <Bitmap id="reduce_disabled" file="reduce_disabled.png" alphacolor="#FF0000"/>
   <Bitmap id="slider" file="slider.png" alphacolor="#FF0000"/>
@@ -95,7 +96,7 @@
       <Button x="196" y="46" up="previous" down="previous_onclick" over="previous" action="playlist.previous()" tooltiptext="Previous Item"/>
       <Button x="196" y="79" up="next" down="next_onclick" over="next" action="playlist.next()" tooltiptext="Next Item"/>
       <Button x="8" y="5" up="close" down="close_onclick" over="close_mouseover" action="vlc.quit()" tooltiptext="Quit VLC" help="quit"/>
-      <Image x="29" y="5" image="reduce_disabled"/>
+      <Button x="29" y="5" up="reduce" down="reduce_onclick" over="reduce_mouseover" action="vlc.minimize()" tooltiptext="Minimize VLC" help="quit"/>
       <Slider id="time_slider" x="24" y="130" up="slider" down="slider_onclick" points="(0,0),(366,0)" value="time" visible="vlc.isSeekable and not vlc.isStopped" tooltiptext="Time: $T"/>
       <Slider id="volume_slider" x="391" y="53" up="slider_volume" down="slider_volume_onclick" points="(0,47),(0,0)" value="volume" tooltiptext="Volume: $V%"/>
     </Group>