- Use '/' key to quickly access this field.
- Enter a name of repository, or repository group for quick search.
- Prefix query to allow special search:
user:admin, to search for usernames, always global
user_group:devops, to search for user groups, always global
pr:303, to search for pull request number, title, or description, always global
commit:efced4, to search for commits, scoped to repositories or groups
file:models.py, to search for file paths, scoped to repositories or groups
For advanced full text search visit: repository search
Don't reserve space for chart title if it is empty....
Don't reserve space for chart title if it is empty.
If title.isEmpty() returns true, chart title is no longer reserved
any space. If you want to reserve space for "empty" title in the
future, you can do so by specifying e.g. a single space for title.
Task-number: QTRD-3480
Change-Id: I5b2b44acf715b3bd9b4243049c4985ca63a4a16d
Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>