mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
Clean up ids of internal components of placeholder views
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
a50074362e
commit
1a052a42f2
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue