mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-21 12:04:59 +00:00
fix:QMessageBox颜色不统一
This commit is contained in:
parent
9f7e935cb1
commit
4c4d0a0b2f
1 changed files with 6 additions and 1 deletions
|
@ -632,6 +632,11 @@ background:#444444;
|
|||
border-color:#484848;
|
||||
}
|
||||
|
||||
QMessageBox {
|
||||
background-color:#444444;
|
||||
color:#DCDCDC;
|
||||
}
|
||||
|
||||
/*TextColor:#DCDCDC*/
|
||||
/*PanelColor:#444444*/
|
||||
/*BorderColor:#242424*/
|
||||
|
@ -639,4 +644,4 @@ border-color:#484848;
|
|||
/*NormalColorEnd:#383838*/
|
||||
/*DarkColorStart:#646464*/
|
||||
/*DarkColorEnd:#525252*/
|
||||
/*HighColor:#00BB9E*/
|
||||
/*HighColor:#00BB9E*/
|
||||
|
|
Loading…
Add table
Reference in a new issue