summaryrefslogtreecommitdiff
path: root/modules/launcher/Content.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-24 13:31:36 +0800
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-24 13:31:36 +0800
commit01b38be6afbe660e3b9f9e136870a76afb69bf31 (patch)
treea18c46b9d8fb0261addeadb89ca2a8ebd22f0ccc /modules/launcher/Content.qml
parentdashboard: default weather (diff)
downloadcaelestia-shell-01b38be6afbe660e3b9f9e136870a76afb69bf31.tar.gz
caelestia-shell-01b38be6afbe660e3b9f9e136870a76afb69bf31.tar.bz2
caelestia-shell-01b38be6afbe660e3b9f9e136870a76afb69bf31.zip
internal: fix binding loops
Diffstat (limited to 'modules/launcher/Content.qml')
-rw-r--r--modules/launcher/Content.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/launcher/Content.qml b/modules/launcher/Content.qml
index be3667d..54cc872 100644
--- a/modules/launcher/Content.qml
+++ b/modules/launcher/Content.qml
@@ -50,6 +50,8 @@ Item {
anchors.bottom: parent.bottom
anchors.margins: root.padding
+ implicitHeight: Math.max(searchIcon.implicitHeight, search.implicitHeight, clearIcon.implicitHeight)
+
MaterialIcon {
id: searchIcon
@@ -139,6 +141,7 @@ Item {
anchors.fill: parent
hoverEnabled: true
+ cursorShape: search.text ? Qt.PointingHandCursor : undefined
onEntered: hovered = true
onExited: hovered = false