From a94269c4877aa9ce5fbe00c9fc0a216336d3382e Mon Sep 17 00:00:00 2001 From: kradchen Date: Wed, 23 Aug 2023 09:27:39 +0800 Subject: [PATCH] Fix tabwidget black border bug --- src/stylesheet/Dark2.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/stylesheet/Dark2.css b/src/stylesheet/Dark2.css index 4885588..4181e0c 100644 --- a/src/stylesheet/Dark2.css +++ b/src/stylesheet/Dark2.css @@ -311,6 +311,9 @@ QDialog#loginForm QToolButton#btnlogin:hover { /*------MainWindow------------------------------------------------------------------*/ /*------TopbarWidget--------------------------------------------------------------- */ +QFrame{ + background-color: "transparent"; +} QWidget#topbarWidget { min-height: 36px; max-height: 36px;