Commit cc550b9e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix padding on the speed selector

Close #13329

(cherry picked from commit 93ff2c22cc8861e589f8034e3af4db2527c07550)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 1c260a3a
......@@ -483,6 +483,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