From b175d07f82ee72f80fc59555ab90517d5341c1a4 Mon Sep 17 00:00:00 2001 From: Sergey Yagovtsev Date: Wed, 27 Nov 2019 00:10:43 +0300 Subject: [PATCH] Improve default style view on mojave dark theme appearance --- profiler_gui/themes/default.css | 2 ++ profiler_gui/themes/default.scss | 2 ++ 2 files changed, 4 insertions(+) diff --git a/profiler_gui/themes/default.css b/profiler_gui/themes/default.css index 7570251..b4b6218 100644 --- a/profiler_gui/themes/default.css +++ b/profiler_gui/themes/default.css @@ -83,6 +83,8 @@ RoundProgressDialog#ReceiveProgress RoundProgressWidget RoundProgressIndicator[p qproperty-buttonColor: red; } MainWindow, QToolBar, QDialog { + border-style: solid; + border-color: white; background-color: white; } QToolTip { diff --git a/profiler_gui/themes/default.scss b/profiler_gui/themes/default.scss index a5b0beb..94036a7 100644 --- a/profiler_gui/themes/default.scss +++ b/profiler_gui/themes/default.scss @@ -145,6 +145,8 @@ RoundProgressDialog#ReceiveProgress RoundProgressWidget RoundProgressIndicator[p } MainWindow, QToolBar, QDialog { + border-style: solid; + border-color: white; background-color: $BackgroundColor; }