Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
78608377
Commit
78608377
authored
Apr 05, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix layout warning
parent
22dc6a7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/assets/view/widgets/keyframewidget.cpp
View file @
78608377
...
...
@@ -201,7 +201,7 @@ KeyframeWidget::KeyframeWidget(std::shared_ptr<AssetParameterModel> model, QMode
m_toolbar
->
addAction
(
menuAction
);
m_lay
->
addWidget
(
m_keyframeview
);
auto
*
hlay
=
new
QHBoxLayout
(
this
)
;
auto
*
hlay
=
new
QHBoxLayout
;
hlay
->
addWidget
(
m_toolbar
);
hlay
->
addWidget
(
m_time
);
hlay
->
addStretch
();
...
...
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