summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-15 16:38:42 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-15 16:38:42 -0600
commit558414ac570b0b95cdbea7179ba973bd2857eb93 (patch)
treeff2a63fbe0d5c7e2ac7058f81dd60617f5751824 /ui
parentdd3c727e1fe4cf2dc51a7f0edfb93ba25863c6a1 (diff)
downloadhorizon-558414ac570b0b95cdbea7179ba973bd2857eb93.tar.gz
horizon-558414ac570b0b95cdbea7179ba973bd2857eb93.tar.bz2
horizon-558414ac570b0b95cdbea7179ba973bd2857eb93.tar.xz
horizon-558414ac570b0b95cdbea7179ba973bd2857eb93.zip
Qt UI: Wait a bit longer for events to process during init
Diffstat (limited to 'ui')
-rw-r--r--ui/qt5/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt5/main.cc b/ui/qt5/main.cc
index 7ebe113..330311f 100644
--- a/ui/qt5/main.cc
+++ b/ui/qt5/main.cc
@@ -58,7 +58,7 @@ int main(int argc, char *argv[]) {
WaitDialog d;
d.show();
app.setOverrideCursor(Qt::WaitCursor);
- app.processEvents(QEventLoop::AllEvents, 300);
+ app.processEvents(QEventLoop::AllEvents, 1000);
app.setWindowIcon(QIcon(":/horizon-256.png"));