Clean up ids of internal components of placeholder views
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Tue, 19 Nov 2024 06:53:23 +0000 (14:53 +0800)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Thu, 21 Nov 2024 09:13:00 +0000 (10:13 +0100)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
src/gui/tray/UnifiedSearchPlaceholderView.qml

index 2653223e19344b3057086c289b7fa25101aa28dc..10eb94af0489dd6ee1970a9b3e652644c05414ba 100644 (file)
@@ -19,7 +19,7 @@ import QtQuick.Layouts
 import Style
 
 ColumnLayout {
-    id: unifiedSearchResultNothingFoundContainer
+    id: root
 
     spacing: Style.standardSpacing
 
@@ -29,7 +29,6 @@ ColumnLayout {
     }
 
     Image {
-        id: unifiedSearchResultsNoResultsLabelIcon
         source: "image://svgimage-custom-color/magnifying-glass.svg"
         sourceSize.width: Style.trayWindowHeaderHeight / 2
         sourceSize.height: Style.trayWindowHeaderHeight / 2
@@ -37,7 +36,6 @@ ColumnLayout {
     }
 
     EnforcedPlainTextLabel {
-        id: unifiedSearchResultsNoResultsLabel
         text: qsTr("Start typing to search")
         font.pixelSize: Style.subLinePixelSize * 1.25
         wrapMode: Text.Wrap