onTextEdited: { UserModel.currentUser.unifiedSearchResultsListModel.searchTerm = trayWindowUnifiedSearchInputContainer.text }\r
onClearText: { UserModel.currentUser.unifiedSearchResultsListModel.searchTerm = "" }\r
\r
- Rectangle {\r
- id: bottomUnifiedSearchInputSeparator\r
-\r
- anchors.left: parent.left\r
- anchors.right: parent.right\r
- anchors.bottom: parent.bottom\r
-\r
- height: 1\r
- color: Style.menuBorder\r
- visible: trayWindowMainItem.isUnifiedSearchActive\r
- }\r
+ // TODO: consult designers, this line looks weird atm\r
+ // Rectangle {\r
+ // id: bottomUnifiedSearchInputSeparator\r
+\r
+ // anchors.left: parent.left\r
+ // anchors.right: parent.right\r
+ // anchors.bottom: parent.bottom\r
+\r
+ // height: 1\r
+ // color: Style.menuBorder\r
+ // visible: trayWindowMainItem.isUnifiedSearchActive\r
+ // }\r
}\r
\r
ErrorBox {\r