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:
parent
119e8a4491
commit
b175d07f82
@ -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 {
|
||||
|
@ -145,6 +145,8 @@ RoundProgressDialog#ReceiveProgress RoundProgressWidget RoundProgressIndicator[p
|
||||
}
|
||||
|
||||
MainWindow, QToolBar, QDialog {
|
||||
border-style: solid;
|
||||
border-color: white;
|
||||
background-color: $BackgroundColor;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user