try lower waiting value when searching images
This commit is contained in:
parent
4c0aee2ef4
commit
afa629635a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ TextBrowserViewer::TextBrowserViewer(QWidget* parent)
|
||||||
viewport()->setAutoFillBackground(true);
|
viewport()->setAutoFillBackground(true);
|
||||||
|
|
||||||
m_resourceTimer.setSingleShot(false);
|
m_resourceTimer.setSingleShot(false);
|
||||||
m_resourceTimer.setInterval(300);
|
m_resourceTimer.setInterval(100);
|
||||||
|
|
||||||
setResourcesEnabled(qApp->settings()->value(GROUP(Messages), SETTING(Messages::ShowResourcesInArticles)).toBool());
|
setResourcesEnabled(qApp->settings()->value(GROUP(Messages), SETTING(Messages::ShowResourcesInArticles)).toBool());
|
||||||
setDocument(m_document.data());
|
setDocument(m_document.data());
|
||||||
|
|
Loading…
Add table
Reference in a new issue