From 78f9569c082a3ee947ffe981599605cc708bdd8c Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 31 Aug 2010 09:34:56 +0000 Subject: Increase Debug window update (scroll down to bottom). --- client/debug.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/debug.cc b/client/debug.cc index f3eab60..0567a50 100644 --- a/client/debug.cc +++ b/client/debug.cc @@ -104,7 +104,7 @@ DebugWindow::DebugWindow() move(settings.value("pos", QPoint(0, 0)).toPoint()); settings.endGroup(); - timer.setInterval(1000); + timer.setInterval(300); timer.setSingleShot(true); connect(&timer, SIGNAL(timeout()), lst, SLOT(scrollToBottom())); } -- cgit v1.2.3