Skip to content

Commit

Permalink
Clean up ids of internal components of placeholder views
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Nov 21, 2024
1 parent 6e69c1f commit 2d599dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/gui/tray/UnifiedSearchPlaceholderView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import QtQuick.Layouts
import Style

ColumnLayout {
id: unifiedSearchResultNothingFoundContainer
id: root

spacing: Style.standardSpacing

Expand All @@ -29,15 +29,13 @@ ColumnLayout {
}

Image {
id: unifiedSearchResultsNoResultsLabelIcon
source: "image://svgimage-custom-color/magnifying-glass.svg"
sourceSize.width: Style.trayWindowHeaderHeight / 2
sourceSize.height: Style.trayWindowHeaderHeight / 2
Layout.alignment: Qt.AlignHCenter
}

EnforcedPlainTextLabel {
id: unifiedSearchResultsNoResultsLabel
text: qsTr("Start typing to search")
font.pixelSize: Style.subLinePixelSize * 1.25
wrapMode: Text.Wrap
Expand Down

0 comments on commit 2d599dd

Please sign in to comment.