#8560 Fix gray background for default theme

This commit is contained in:
Magne Sjaastad 2022-04-08 09:09:47 +02:00
parent 30aaadb58c
commit 82367e698f
2 changed files with 5 additions and 1 deletions

View File

@ -84,6 +84,10 @@ QwtPlot["PvtPlot"]::lineMarker["*"] {
color: $textColor;
}
QLabel, RiuQwtPlotLegend {
background-color: transparent;
}
QwtPlot["PvtPlot"]::pointMarker["*"] {
color: $textColor;
}

View File

@ -1,3 +1,3 @@
// Test data directory used by unit tests
#define GUI_THEMES_DIR "${CMAKE_CURRENT_LIST_DIR}/Resources/themes"
#define GUI_THEMES_DIR "${CMAKE_CURRENT_LIST_DIR}/../ApplicationExeCode/Resources/themes"