mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56:34 +01:00
VerticalTabs: Set scrolling per pixel
This commit is contained in:
parent
ebd2b6da51
commit
fc9f88ae67
@ -37,6 +37,7 @@ TabTreeView::TabTreeView(QWidget* parent)
|
|||||||
setDropIndicatorShown(true);
|
setDropIndicatorShown(true);
|
||||||
setAllColumnsShowFocus(true);
|
setAllColumnsShowFocus(true);
|
||||||
setMouseTracking(true);
|
setMouseTracking(true);
|
||||||
|
setVerticalScrollMode(QAbstractItemView::ScrollPerPixel);
|
||||||
setIndentation(0);
|
setIndentation(0);
|
||||||
|
|
||||||
m_delegate = new TabTreeDelegate(this);
|
m_delegate = new TabTreeDelegate(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user