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
+1
View File
@@ -21,6 +21,7 @@ void TaskParseWrapper::doEnter(std::shared_ptr<Blackboard> blackboard)
blackboard->get("source_file_count", sourceFileCount);
if (std::shared_ptr<DialogView> dialogView = Application::getInstance()->getDialogView())
{
dialogView->hideUnknownProgressDialog();
dialogView->updateIndexingDialog(0, 0, sourceFileCount, "");
}