mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8560 Fix gray background for default theme
This commit is contained in:
parent
30aaadb58c
commit
82367e698f
@ -84,6 +84,10 @@ QwtPlot["PvtPlot"]::lineMarker["*"] {
|
||||
color: $textColor;
|
||||
}
|
||||
|
||||
QLabel, RiuQwtPlotLegend {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
QwtPlot["PvtPlot"]::pointMarker["*"] {
|
||||
color: $textColor;
|
||||
}
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user