Skip to content

Commit

Permalink
[themes] Fix tiny regression with custom indicator for layer tree et cie
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn authored and nyalldawson committed Oct 23, 2020
1 parent 58e9a68 commit d1dc430
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/themes/Night Mapping/style.qss
Expand Up @@ -861,6 +861,7 @@ QTreeView#viewGraduated::indicator:unchecked,
QTreeView#viewCategories::indicator:unchecked,
QTreeView#viewRules::indicator:unchecked
{
border: none;
image: url(@theme_path/icons/eye-blocked.svg);
}

Expand All @@ -869,6 +870,7 @@ QTreeView#viewGraduated::indicator:checked,
QTreeView#viewCategories::indicator:checked,
QTreeView#viewRules::indicator:checked
{
border: none;
image: url(@theme_path/icons/eye.svg);
}

Expand Down

0 comments on commit d1dc430

Please sign in to comment.