ui: use golden ratio in indexing progress dialog

This commit is contained in:
Eberhard Graether
2016-09-05 12:44:47 +02:00
parent a2afcf879b
commit 5932d0f872
+1 -1
View File
@@ -73,7 +73,7 @@ void QtIndexingDialog::setupProgress()
QBoxLayout* layout = createLayout();
addTopAndProgressBar(0.5);
addTopAndProgressBar(0.62);
addTitle("Clearing", layout);
addMessageLabel(layout);