git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
816aefe
)
[Qt] Fix VLM icons.
author
Jean-Baptiste Kempf
<jb@videolan.org>
Thu, 16 Oct 2008 13:54:57 +0000
(15:54 +0200)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Thu, 16 Oct 2008 13:54:57 +0000
(15:54 +0200)
Close #2186
modules/gui/qt4/dialogs/vlm.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/dialogs/vlm.cpp
b/modules/gui/qt4/dialogs/vlm.cpp
index
c8c3cc7
..
8fcfaeb
100644
(file)
--- a/
modules/gui/qt4/dialogs/vlm.cpp
+++ b/
modules/gui/qt4/dialogs/vlm.cpp
@@
-530,12
+530,12
@@
VLMBroadcast::VLMBroadcast( QString _name, QString _input, QString _output,
b_looped = _looped;
playButton = new QToolButton;
- playButton->setIcon( QIcon( QPixmap( ":/play
_16px
" ) ) );
+ playButton->setIcon( QIcon( QPixmap( ":/play" ) ) );
objLayout->addWidget( playButton, 1, 0 );
b_playing = true;
QToolButton *stopButton = new QToolButton;
- stopButton->setIcon( QIcon( QPixmap( ":/stop_
16px
" ) ) );
+ stopButton->setIcon( QIcon( QPixmap( ":/stop_
b
" ) ) );
objLayout->addWidget( stopButton, 1, 1 );
loopButton = new QToolButton;