From 119e8a4491f657df984d6935798124d27d9da49c Mon Sep 17 00:00:00 2001 From: Sergey Yagovtsev Date: Wed, 27 Nov 2019 00:03:44 +0300 Subject: [PATCH] Improve default style view on mojave dark theme appearance --- profiler_gui/themes/default.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; }