Skip to content

Commit

Permalink
Disable Unnecessary tear.
Browse files Browse the repository at this point in the history
Was a Qt Built-in for scrolling
  • Loading branch information
ShaopengLin committed Sep 15, 2024
1 parent 63b7d1d commit 137522f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,9 @@ QTabBar {
}

QTabBar::tear {
background-color: blue;
width: 0px;
height: 0px;
border: none;
}

QTabWidget::pane {
Expand Down

0 comments on commit 137522f

Please sign in to comment.