0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-26 16:11:02 +08:00

Improve default style view on mojave dark theme appearance

This commit is contained in:
Sergey Yagovtsev 2019-11-27 00:10:43 +03:00
parent 119e8a4491
commit b175d07f82
2 changed files with 4 additions and 0 deletions

View File

@ -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 {

View File

@ -145,6 +145,8 @@ RoundProgressDialog#ReceiveProgress RoundProgressWidget RoundProgressIndicator[p
}
MainWindow, QToolBar, QDialog {
border-style: solid;
border-color: white;
background-color: $BackgroundColor;
}