ui: History list polishing

* Fixed fulltext searches not included
* Show smaller colored indicator in front of list items
* Font weight bold on history list item hover
This commit is contained in:
Eberhard Graether
2017-05-19 14:08:56 +02:00
parent 9a100cd0c0
commit 9088de8105
3 changed files with 58 additions and 27 deletions
+1
View File
@@ -98,6 +98,7 @@ SearchMatch::SearchMatch()
SearchMatch::SearchMatch(const std::string& query)
: name(query)
, text(query)
, typeName("")
, searchType(SEARCH_NONE)
, hasChildren(false)