diff --git a/profiler_gui/themes/default.css b/profiler_gui/themes/default.css index 06f490d..7570251 100644 --- a/profiler_gui/themes/default.css +++ b/profiler_gui/themes/default.css @@ -117,7 +117,9 @@ QLabel#BookmarkPopup { padding: 4ex; } QGraphicsView { - border: 1px solid #c4c4c4; } + border: 1px solid #c4c4c4; + background: white; +} QSplitter::handle:hover { background-color: #3297FD; }