From 2621262c6f17f9020602d0217039f1515d0572af Mon Sep 17 00:00:00 2001 From: chenhuijun Date: Thu, 25 Apr 2024 17:19:46 +0800 Subject: [PATCH] Fix css error property --- src/stylesheet/Dark2.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/stylesheet/Dark2.css b/src/stylesheet/Dark2.css index d97e206..3db8aa9 100644 --- a/src/stylesheet/Dark2.css +++ b/src/stylesheet/Dark2.css @@ -276,12 +276,10 @@ QScrollBar::handle:vertical { } QScrollBar::add-line:vertical { - display: none; background: none; } QScrollBar::sub-line:vertical { - display: none; background: none; } @@ -863,8 +861,6 @@ QWidget#formWidget { QWidget#formWidget QLabel{ font-size: 32px; - /* max-width: 450px; */ - word-wrap: normal; } GUIFormBaseDialog QToolButton{