From a8acc94f802e04e5937ad23ccc76af525ae46a0f Mon Sep 17 00:00:00 2001 From: ShaopengLin Date: Mon, 16 Sep 2024 08:28:12 -0400 Subject: [PATCH] Disable Unnecessary tear. Was a Qt Built-in for scrolling --- resources/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/css/style.css b/resources/css/style.css index deb1375..ae6593e 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -167,7 +167,9 @@ QTabBar { } QTabBar::tear { - background-color: blue; + width: 0px; + height: 0px; + border: none; } QTabWidget::pane {