Skip to content
Snippets Groups Projects
Commit df8e1266 authored by Alessandro Portale's avatar Alessandro Portale
Browse files

Core: Set template list ScrollMode in "New Dialog" to ScrollPerPixel


With the new big icons, the default ScrollMode = ScrollPerItem behavior
seems a bit unsmooth. ScrollPerPixel fixes that.

Change-Id: If4deb0f1323f70231af44a17d0b50eea9e37f10e
Reviewed-by: default avatarMitch Curtis <mitch.curtis@qt.io>
Reviewed-by: default avatarTim Jenssen <tim.jenssen@qt.io>
parent 78db7d7e
No related branches found
No related tags found
No related merge requests found
......@@ -123,6 +123,9 @@
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<property name="verticalScrollMode">
<enum>QAbstractItemView::ScrollPerPixel</enum>
</property>
<property name="uniformItemSizes">
<bool>false</bool>
</property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment