Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
kdenlive
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Akhil K Gangadharan
kdenlive
Commits
dd28daf9
Commit
dd28daf9
authored
Apr 28, 2018
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve titler default background color
parent
5649bec8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/titler/titlewidget.cpp
src/titler/titlewidget.cpp
+2
-2
No files found.
src/titler/titlewidget.cpp
View file @
dd28daf9
...
...
@@ -842,8 +842,8 @@ void TitleWidget::displayBackgroundFrame()
QRectF
r
=
m_frameBorder
->
sceneBoundingRect
();
if
(
!
displayBg
->
isChecked
())
{
QPixmap
pattern
(
20
,
20
);
pattern
.
fill
();
QColor
bgcolor
(
210
,
210
,
21
0
);
pattern
.
fill
(
Qt
::
gray
);
QColor
bgcolor
(
180
,
180
,
18
0
);
QPainter
p
(
&
pattern
);
p
.
fillRect
(
QRect
(
0
,
0
,
10
,
10
),
bgcolor
);
p
.
fillRect
(
QRect
(
10
,
10
,
20
,
20
),
bgcolor
);
...
...
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