ui: Fixes for search bar

* fixed clicking on search element did not focus search bar
* fixed moving cursor between elements
* no smart pointers for search elements to fix deletion issues
This commit is contained in:
Eberhard Graether
2017-11-03 14:44:07 +01:00
parent bc0c674dc2
commit 8baf8cd49b
4 changed files with 25 additions and 16 deletions
@@ -24,7 +24,6 @@ QLineEdit#search_box {
background-color: transparent;
border: none;
color: <color:search/field/text>;
margin-left: 5px;
selection-background-color: <color:search/field/highlight>;
}