Clear statusbar on new project, and change colors of saved indicators on light desktop

This commit is contained in:
Veronica K. B. Olsen
2021-01-15 19:27:19 +01:00
parent 053c2eb379
commit ecb9e92c48
4 changed files with 9 additions and 8 deletions
-1
View File
@@ -73,7 +73,6 @@ def testGuiTheme_Main(qtbot, monkeypatch, nwMinimal, tmpDir):
assert thePalette.link().color() == QColor(44, 152, 247)
assert thePalette.linkVisited().color() == QColor(44, 152, 247)
assert nwGUI.theTheme.treeWCount == [197, 200, 198]
assert nwGUI.theTheme.statNone == [150, 152, 150]
assert nwGUI.theTheme.statSaved == [39, 135, 78]
assert nwGUI.theTheme.statUnsaved == [138, 32, 32]