Commit b12cf41e authored by Antoine Cellerier's avatar Antoine Cellerier

Change the fullscreen button in the fullscreen controller (since clicking it...

Change the fullscreen button in the fullscreen controller (since clicking it switches from fullscreen and not to fullscreen).
parent a7899aa7
......@@ -244,6 +244,7 @@ EXTRA_DIST += \
pixmaps/toolbar/dvd_prev.png \
pixmaps/toolbar/tv.png \
pixmaps/toolbar/fullscreen.png \
pixmaps/toolbar/defullscreen.png \
pixmaps/toolbar/tvtelx.png \
pixmaps/toolbar/tvtelx-transparent.png \
pixmaps/toolbar/volume-high.png \
......
......@@ -1032,6 +1032,8 @@ FullscreenControllerWidget::FullscreenControllerWidget( intf_thread_t *_p_i,
show();
#endif
fullscreenButton->setIcon( QIcon( ":/defullscreen" ) );
vlc_mutex_init_recursive( &lock );
}
......
......@@ -49,6 +49,7 @@
<file alias="type_playlist">pixmaps/types/type_playlist.png</file>
<file alias="tv">pixmaps/toolbar/tv.png</file>
<file alias="fullscreen">pixmaps/toolbar/fullscreen.png</file>
<file alias="defullscreen">pixmaps/toolbar/defullscreen.png</file>
<file alias="tvtelx-trans">pixmaps/toolbar/tvtelx-transparent.png</file>
<file alias="tvtelx">pixmaps/toolbar/tvtelx.png</file>
<file alias="extended">pixmaps/toolbar/extended_16px.png</file>
......
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