Skip to content
GitLab
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
01c21a57
Commit
01c21a57
authored
Oct 15, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix layout warning
parent
d8ea4441
Pipeline
#248299
passed with stage
in 8 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mltcontroller/clippropertiescontroller.cpp
View file @
01c21a57
...
...
@@ -371,7 +371,7 @@ ClipPropertiesController::ClipPropertiesController(ClipController *controller, Q
QLabel
*
label
=
new
QLabel
(
i18n
(
"Color"
),
this
);
ChooseColorWidget
*
choosecolor
=
new
ChooseColorWidget
(
this
,
QColor
::
fromRgb
(
color
.
r
,
color
.
g
,
color
.
b
),
false
);
auto
*
colorLay
=
new
QHBoxLayout
(
this
)
;
auto
*
colorLay
=
new
QHBoxLayout
;
colorLay
->
setContentsMargins
(
0
,
0
,
0
,
0
);
colorLay
->
setSpacing
(
0
);
colorLay
->
addWidget
(
label
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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