ui: usability improvements
* darkened red of error message in status bar * added status error when not defined startupproject * added tooltips for remaining search view buttons * added filepath as tooptip for title in code view * opening file when clicking title in code view
This commit is contained in:
@@ -33,6 +33,7 @@ std::shared_ptr<Application> Application::create(ViewFactory* viewFactory)
|
||||
}
|
||||
else
|
||||
{
|
||||
MessageStatus("StartupProject was not defined in the ApplicationSettings", true).dispatch();
|
||||
LOG_WARNING("No StartupProject defined in ApplicationSettings");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user