Commit 93ff2c22 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix padding on the speed selector

Close #13329
parent 7be55cf6
......@@ -496,6 +496,7 @@ SpeedLabel::SpeedLabel( intf_thread_t *_p_intf, QWidget *parent )
DCONNECT( THEMIM, inputChanged( ),
speedControl, activateOnState() );
setContentsMargins(4, 0, 4, 0);
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