mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 11:37:56 -04:00
Disable Unnecessary tear.
Was a Qt Built-in for scrolling
This commit is contained in:
parent
d1e138bfba
commit
a8acc94f80
@ -167,7 +167,9 @@ QTabBar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QTabBar::tear {
|
QTabBar::tear {
|
||||||
background-color: blue;
|
width: 0px;
|
||||||
|
height: 0px;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabWidget::pane {
|
QTabWidget::pane {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user