#4085 3D view: Improve overlay item colors

This commit is contained in:
Magne Sjaastad
2019-02-18 21:01:37 +01:00
parent ba91122ba6
commit 9c4afc52fd
3 changed files with 48 additions and 40 deletions

View File

@@ -64,7 +64,7 @@ void RiuSimpleHistogramWidget::draw(QPainter *painter,int x, int y, int width, i
// Frame around it all;
QColor windowColor = palette().color(QPalette::Window);// QColor(144, 173, 208, 180);
QColor frameColor = palette().color(QPalette::WindowText);//QColor(220, 240, 255, 100);
QColor frameColor = palette().color(QPalette::Midlight);//QColor(220, 240, 255, 100);
QColor foregroundColor = palette().color(QPalette::Dark);// QColor(100, 141, 189);
//painter->fillRect(r1, windowColor);