Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
93ff2c22
Commit
93ff2c22
authored
Dec 29, 2014
by
Jean-Baptiste Kempf
Browse files
Qt: fix padding on the speed selector
Close #13329
parent
7be55cf6
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/gui/qt4/components/interface_widgets.cpp
View file @
93ff2c22
...
...
@@ -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"
)
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment