summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-03 16:58:26 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-03 16:58:26 +0100
commit7d53976ecc7c289ec44b8740a57758c6132aa6a9 (patch)
treeb5435673e8cc17a875e534109abad4569f6994f4
parentfbd7e777d76c2032d8c4df418e5550b14b9c2943 (diff)
Reduce auto-expand delay to 750ms.
-rw-r--r--src/modlistview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modlistview.cpp b/src/modlistview.cpp
index 531a8d43..2edcf56e 100644
--- a/src/modlistview.cpp
+++ b/src/modlistview.cpp
@@ -130,7 +130,7 @@ ModListView::ModListView(QWidget* parent)
{
setVerticalScrollBar(m_scrollbar);
MOBase::setCustomizableColumns(this);
- setAutoExpandDelay(1000);
+ setAutoExpandDelay(750);
setItemDelegate(new ModListStyledItemDelegated(this));