mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
Fixed hardcoded background color
* disabled hardcoded white background color
This commit is contained in:
parent
500ab2098b
commit
3bca2a9732
2 changed files with 2 additions and 2 deletions
|
@ -246,7 +246,7 @@ void RSPermissionMatrixWidget::paintEvent(QPaintEvent *)
|
|||
_painter->setRenderHint(QPainter::TextAntialiasing);
|
||||
|
||||
/* Fill in the background */
|
||||
_painter->fillRect(_rec, QBrush(BACK_COLOR));
|
||||
//_painter->fillRect(_rec, QBrush(BACK_COLOR));
|
||||
_painter->drawRect(_rec);
|
||||
|
||||
// draw one line per friend.
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#define SCALE_WIDTH 75 /** Width of the scale */
|
||||
|
||||
#define BACK_COLOR Qt::white
|
||||
#define FOREGROUND_COLOR Qt::black
|
||||
#define FOREGROUND_COLOR Qt::gray
|
||||
#define SCALE_COLOR Qt::black
|
||||
#define GRID_COLOR Qt::lightGray
|
||||
#define RSDHT_COLOR Qt::magenta
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue