changed stack bg color
This commit is contained in:
parent
ae70f5f17c
commit
196dd3fed6
4 changed files with 1 additions and 1 deletions
|
@ -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(), Qt::darkBlue);
|
painter->fillRect(boundingRect(), QColor(113, 43, 43));
|
||||||
else
|
else
|
||||||
painter->fillRect(boundingRect(), QBrush(bgPixmap));
|
painter->fillRect(boundingRect(), QBrush(bgPixmap));
|
||||||
}
|
}
|
||||||
|
|
BIN
zonebg/fabric_red.png
Normal file
BIN
zonebg/fabric_red.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 154 KiB |
BIN
zonebg/leather_red.png
Normal file
BIN
zonebg/leather_red.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 165 KiB |
BIN
zonebg/plasma_red.png
Normal file
BIN
zonebg/plasma_red.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
Loading…
Reference in a new issue