|
|
|
|
@ -7,9 +7,9 @@ LineBackgroundPainter::LineBackgroundPainter(bool verticalLine): verticalLine(ve |
|
|
|
|
LineBackgroundPainter::~LineBackgroundPainter() = default; |
|
|
|
|
|
|
|
|
|
void LineBackgroundPainter::resetConfig() { |
|
|
|
|
this->defaultForegroundColor1 = 0x40A0FFU; |
|
|
|
|
this->defaultForegroundColor1 = 0x303030U; |
|
|
|
|
this->defaultAlternativeForegroundColor1 = 0x434343U; |
|
|
|
|
this->defaultForegroundColor2 = 0xFF0080U; |
|
|
|
|
this->defaultForegroundColor2 = 0xDF223FU; |
|
|
|
|
this->defaultAlternativeForegroundColor2 = 0x220080U; |
|
|
|
|
this->lineWidth = 0.5; |
|
|
|
|
} |
|
|
|
|
|