ui: Small fixes

* slightly darker function color in code for bright scheme
* fixed title offset in indexing progress dialog
* show progress dialog while starting indexers
* fixed text covered by flag in finish indexing dialog
This commit is contained in:
Eberhard Graether
2017-12-12 00:15:24 +01:00
parent 99b0cf0ac9
commit 4da2b1f8f4
4 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -131,7 +131,7 @@ void QtDialogView::startIndexingDialog(
connect(timer.get(), &QTimer::timeout,
[=]()
{
showUnknownProgress("Preparing Index", "Processing Files", true);
showUnknownProgress("Preparing Indexing", "Processing Files", true);
}
);
timer->start(200);
@@ -168,6 +168,7 @@ void QtDialogView::startIndexingDialog(
));
m_windowStack.clearWindows();
showUnknownProgress("Preparing Indexing", "Setting up Indexers", false);
}
);