mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36: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);
|
||||
setAllColumnsShowFocus(true);
|
||||
setMouseTracking(true);
|
||||
setVerticalScrollMode(QAbstractItemView::ScrollPerPixel);
|
||||
setIndentation(0);
|
||||
|
||||
m_delegate = new TabTreeDelegate(this);
|
||||
|
Loading…
Reference in New Issue
Block a user