Merge branch 'master' of https://github.com/AOSC-Dev/calamares into AOSC-Dev-master
This commit is contained in:
commit
14912d6c63
@ -104,7 +104,8 @@ ProgressTreeDelegate::paintViewStep( QPainter* painter,
|
||||
{
|
||||
painter->setPen( Calamares::Branding::instance()->
|
||||
styleString( Calamares::Branding::SidebarTextSelect ) );
|
||||
painter->setBrush( APP->mainWindow()->palette().background() );
|
||||
painter->setBrush( QColor( Calamares::Branding::instance()->
|
||||
styleString( Calamares::Branding::SidebarTextHighlight ) ) );
|
||||
}
|
||||
|
||||
painter->fillRect( option.rect, painter->brush().color() );
|
||||
|
@ -71,7 +71,8 @@ const QStringList Branding::s_styleEntryStrings =
|
||||
{
|
||||
"sidebarBackground",
|
||||
"sidebarText",
|
||||
"sidebarTextSelect"
|
||||
"sidebarTextSelect",
|
||||
"sidebarTextHighlight"
|
||||
};
|
||||
|
||||
|
||||
|
@ -62,7 +62,8 @@ public:
|
||||
{
|
||||
SidebarBackground,
|
||||
SidebarText,
|
||||
SidebarTextSelect
|
||||
SidebarTextSelect,
|
||||
SidebarTextHighlight
|
||||
};
|
||||
|
||||
static Branding* instance();
|
||||
|
Loading…
Reference in New Issue
Block a user