Commit 776ea95f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: frame around speed selector is unnecessary

Or just ugly in some themes
parent 05c43362
...@@ -496,9 +496,6 @@ SpeedLabel::SpeedLabel( intf_thread_t *_p_intf, QWidget *parent ) ...@@ -496,9 +496,6 @@ SpeedLabel::SpeedLabel( intf_thread_t *_p_intf, QWidget *parent )
DCONNECT( THEMIM, inputChanged( ), DCONNECT( THEMIM, inputChanged( ),
speedControl, activateOnState() ); speedControl, activateOnState() );
setFrameStyle( QFrame::StyledPanel | QFrame::Raised );
setLineWidth( 1 );
setRate( var_InheritFloat( THEPL, "rate" ) ); 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