Disable Unnecessary tear.

Was a Qt Built-in for scrolling
This commit is contained in:
ShaopengLin 2024-09-16 08:28:12 -04:00
parent d1e138bfba
commit a8acc94f80

View File

@ -167,7 +167,9 @@ QTabBar {
}
QTabBar::tear {
background-color: blue;
width: 0px;
height: 0px;
border: none;
}
QTabWidget::pane {