Commit 4ab77b9d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: frame around speed selector is unnecessary

Or just ugly in some themes

(cherry picked from commit 776ea95fd86732ac1fc891733d1e25e165f50196)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 3199c5dd
......@@ -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" ) );
}
......
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