mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
clang-format on all files in ApplicationCode, run two
This commit is contained in:
@@ -63,8 +63,8 @@ void RiuGridStatisticsHistogramWidget::draw( QPainter* painter, int x, int y, in
|
||||
QRect r1( x, y, width, height );
|
||||
|
||||
// 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 windowColor = palette().color( QPalette::Window ); // QColor(144, 173, 208, 180);
|
||||
QColor frameColor = palette().color( QPalette::WindowText ); // QColor(220, 240, 255, 100);
|
||||
QColor foregroundColor = palette().color( QPalette::Dark ); // QColor(100, 141, 189);
|
||||
|
||||
// painter->fillRect(r1, windowColor);
|
||||
|
@@ -67,8 +67,8 @@ void RiuSimpleHistogramWidget::draw( QPainter* painter, int x, int y, int width,
|
||||
QRect r1( x, y, width, height );
|
||||
|
||||
// Frame around it all;
|
||||
QColor windowColor = palette().color( QPalette::Window ); // QColor(144, 173, 208, 180);
|
||||
QColor frameColor = palette().color( QPalette::Midlight ); // QColor(220, 240, 255, 100);
|
||||
QColor windowColor = palette().color( QPalette::Window ); // QColor(144, 173, 208, 180);
|
||||
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);
|
||||
|
Reference in New Issue
Block a user