From: Camila Ayres Date: Fri, 13 Sep 2024 09:11:49 +0000 (+0200) Subject: Add todo: check if we should keep bottomUnifiedSearchInputSeparator. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~6^2~18^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4edb6aba1814c54657792fd3260159f13001968d;p=nextcloud-desktop.git Add todo: check if we should keep bottomUnifiedSearchInputSeparator. Signed-off-by: Camila Ayres --- diff --git a/src/gui/tray/Window.qml b/src/gui/tray/Window.qml index 7af5d5cdf..c6d4317e7 100644 --- a/src/gui/tray/Window.qml +++ b/src/gui/tray/Window.qml @@ -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 {