Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
6da6e5b5
Commit
6da6e5b5
authored
May 06, 2015
by
Matt Lowe
Browse files
Updated card loadout background
parent
87d938e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/deckview.cpp
View file @
6da6e5b5
...
...
@@ -147,8 +147,8 @@ void DeckViewCardContainer::paint(QPainter *painter, const QStyleOptionGraphicsI
if
(
bgPixmap
.
isNull
())
{
QLinearGradient
grad1
(
0
,
0
,
1
,
0
);
grad1
.
setCoordinateMode
(
QGradient
::
ObjectBoundingMode
);
grad1
.
setColorAt
(
0
,
QColor
(
48
,
3
4
,
69
));
grad1
.
setColorAt
(
1
,
QColor
(
11
0
,
9
0
,
14
0
));
grad1
.
setColorAt
(
0
,
QColor
(
30
,
3
0
,
30
));
grad1
.
setColorAt
(
1
,
QColor
(
8
0
,
8
0
,
8
0
));
painter
->
fillRect
(
QRectF
(
0
,
0
,
width
,
height
),
QBrush
(
grad1
));
painter
->
fillRect
(
boundingRect
(),
QColor
(
0
,
0
,
0
,
80
));
...
...
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