Add todo: check if we should keep bottomUnifiedSearchInputSeparator.
authorCamila Ayres <hello@camilasan.com>
Fri, 13 Sep 2024 09:11:49 +0000 (11:11 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Fri, 13 Sep 2024 11:40:45 +0000 (11:40 +0000)
Signed-off-by: Camila Ayres <hello@camilasan.com>
src/gui/tray/Window.qml

index 7af5d5cdf1333dc384cd9faf89ad38d78f0ab41d..c6d4317e7a09dab01465dc91b75bbca7a5bc902b 100644 (file)
@@ -677,17 +677,18 @@ ApplicationWindow {
             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