[vlc-commits] Qt: frame around speed selector is unnecessary
Jean-Baptiste Kempf
git at videolan.org
Sat Dec 13 17:13:12 CET 2014
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Dec 13 16:37:15 2014 +0100| [4ab77b9d4aea69bc94053faf8eaa763aa8c9eb6d] | committer: Jean-Baptiste Kempf
Qt: frame around speed selector is unnecessary
Or just ugly in some themes
(cherry picked from commit 776ea95fd86732ac1fc891733d1e25e165f50196)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=4ab77b9d4aea69bc94053faf8eaa763aa8c9eb6d
---
modules/gui/qt4/components/interface_widgets.cpp | 3 ---
1 file changed, 3 deletions(-)
diff --git a/modules/gui/qt4/components/interface_widgets.cpp b/modules/gui/qt4/components/interface_widgets.cpp
index fce3591..27b4fbb 100644
--- a/modules/gui/qt4/components/interface_widgets.cpp
+++ b/modules/gui/qt4/components/interface_widgets.cpp
@@ -483,9 +483,6 @@ SpeedLabel::SpeedLabel( intf_thread_t *_p_intf, QWidget *parent )
DCONNECT( THEMIM, inputChanged( ),
speedControl, activateOnState() );
- setFrameStyle( QFrame::StyledPanel | QFrame::Raised );
- setLineWidth( 1 );
-
setRate( var_InheritFloat( THEPL, "rate" ) );
}
More information about the vlc-commits
mailing list