VerticalTabs: Set scrolling per pixel

remotes/origin/Falkon/3.0
David Rosca 8 years ago
parent ebd2b6da51
commit fc9f88ae67
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8
  1. 1
      src/plugins/VerticalTabs/tabtreeview.cpp

@ -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…
Cancel
Save