mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-11 09:58:48 +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;
|
border-color:#484848;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QMessageBox {
|
||||||
|
background-color:#444444;
|
||||||
|
color:#DCDCDC;
|
||||||
|
}
|
||||||
|
|
||||||
/*TextColor:#DCDCDC*/
|
/*TextColor:#DCDCDC*/
|
||||||
/*PanelColor:#444444*/
|
/*PanelColor:#444444*/
|
||||||
/*BorderColor:#242424*/
|
/*BorderColor:#242424*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue