diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-03 16:58:26 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-03 16:58:26 +0100 |
| commit | 7d53976ecc7c289ec44b8740a57758c6132aa6a9 (patch) | |
| tree | b5435673e8cc17a875e534109abad4569f6994f4 /src/modlistview.cpp | |
| parent | fbd7e777d76c2032d8c4df418e5550b14b9c2943 (diff) | |
Reduce auto-expand delay to 750ms.
Diffstat (limited to 'src/modlistview.cpp')
| -rw-r--r-- | src/modlistview.cpp | 2 |
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));
|
