Fix tabwidget black border bug

This commit is contained in:
kradchen
2023-08-23 09:27:39 +08:00
parent f3de8d9a4e
commit a94269c487

View File

@@ -311,6 +311,9 @@ QDialog#loginForm QToolButton#btnlogin:hover {
/*------MainWindow------------------------------------------------------------------*/
/*------TopbarWidget--------------------------------------------------------------- */
QFrame{
background-color: "transparent";
}
QWidget#topbarWidget {
min-height: 36px;
max-height: 36px;