mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Merge pull request #122 from calamares/sidewidget
set option to select higlighted text color
This commit is contained in:
commit
e5caac7768
2 changed files with 2 additions and 1 deletions
|
@ -135,7 +135,7 @@ ProgressTreeDelegate::paintViewStep( QPainter* painter,
|
||||||
|
|
||||||
if ( isCurrent )
|
if ( isCurrent )
|
||||||
{
|
{
|
||||||
painter->setPen( CalamaresStyle::SIDEBAR_BACKGROUND );
|
painter->setPen( CalamaresStyle::SIDEBAR_TEXT_SELECT );
|
||||||
painter->setBrush( APP->mainWindow()->palette().background() );
|
painter->setBrush( APP->mainWindow()->palette().background() );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@ namespace CalamaresStyle {
|
||||||
|
|
||||||
static const QColor SIDEBAR_BACKGROUND = "#292F34";
|
static const QColor SIDEBAR_BACKGROUND = "#292F34";
|
||||||
static const QColor SIDEBAR_TEXT = "#FFFFFF";
|
static const QColor SIDEBAR_TEXT = "#FFFFFF";
|
||||||
|
static const QColor SIDEBAR_TEXT_SELECT = "#292F34";
|
||||||
|
|
||||||
} // namespace CalamaresStyle
|
} // namespace CalamaresStyle
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue