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
196dd3fe
Commit
196dd3fe
authored
Nov 05, 2010
by
Max-Wilhelm Bruker
Browse files
changed stack bg color
parent
ae70f5f1
Changes
4
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/stackzone.cpp
View file @
196dd3fe
...
@@ -44,7 +44,7 @@ QRectF StackZone::boundingRect() const
...
@@ -44,7 +44,7 @@ QRectF StackZone::boundingRect() const
void
StackZone
::
paint
(
QPainter
*
painter
,
const
QStyleOptionGraphicsItem
*/
*
option
*/
,
QWidget
*/
*
widget
*/
)
void
StackZone
::
paint
(
QPainter
*
painter
,
const
QStyleOptionGraphicsItem
*/
*
option
*/
,
QWidget
*/
*
widget
*/
)
{
{
if
(
bgPixmap
.
isNull
())
if
(
bgPixmap
.
isNull
())
painter
->
fillRect
(
boundingRect
(),
Q
t
::
darkBlue
);
painter
->
fillRect
(
boundingRect
(),
Q
Color
(
113
,
43
,
43
)
);
else
else
painter
->
fillRect
(
boundingRect
(),
QBrush
(
bgPixmap
));
painter
->
fillRect
(
boundingRect
(),
QBrush
(
bgPixmap
));
}
}
...
...
zonebg/fabric_red.png
0 → 100644
View file @
196dd3fe
154 KB
zonebg/leather_red.png
0 → 100644
View file @
196dd3fe
165 KB
zonebg/plasma_red.png
0 → 100644
View file @
196dd3fe
53.8 KB
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