increase auto expand delay when dragging

This commit is contained in:
Martin Rotter 2022-08-31 06:34:55 +02:00
parent 56c911ef9f
commit 15b16aa4bf
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@
<url type="donation">https://github.com/sponsors/martinrotter</url>
<content_rating type="oars-1.1" />
<releases>
<release version="4.2.3" date="2022-08-30"/>
<release version="4.2.3" date="2022-08-31"/>
</releases>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">none</content_attribute>

View file

@ -838,7 +838,7 @@ void FeedsView::setupAppearance() {
setSortingEnabled(false);
setItemsExpandable(true);
setAutoExpandDelay(200);
setAutoExpandDelay(800);
setExpandsOnDoubleClick(true);
setEditTriggers(QAbstractItemView::EditTrigger::NoEditTriggers);
setIndentation(FEEDS_VIEW_INDENTATION);