Skip to content

Commit

Permalink
Add todo: check if we should keep bottomUnifiedSearchInputSeparator.
Browse files Browse the repository at this point in the history
Signed-off-by: Camila Ayres <[email protected]>
  • Loading branch information
camilasan committed Sep 13, 2024
1 parent 3b612f9 commit ae7b97e
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions src/gui/tray/Window.qml
Original file line number Diff line number Diff line change
Expand Up @@ -677,17 +677,18 @@ ApplicationWindow {
onTextEdited: { UserModel.currentUser.unifiedSearchResultsListModel.searchTerm = trayWindowUnifiedSearchInputContainer.text }
onClearText: { UserModel.currentUser.unifiedSearchResultsListModel.searchTerm = "" }

Rectangle {
id: bottomUnifiedSearchInputSeparator

anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: parent.bottom

height: 1
color: Style.menuBorder
visible: trayWindowMainItem.isUnifiedSearchActive
}
// TODO: consult designers, this line looks weird atm
// Rectangle {
// id: bottomUnifiedSearchInputSeparator

// anchors.left: parent.left
// anchors.right: parent.right
// anchors.bottom: parent.bottom

// height: 1
// color: Style.menuBorder
// visible: trayWindowMainItem.isUnifiedSearchActive
// }
}

ErrorBox {
Expand Down

0 comments on commit ae7b97e

Please sign in to comment.