summaryrefslogtreecommitdiff
path: root/widgets/StyledRect.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 /widgets/StyledRect.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 'widgets/StyledRect.qml')
-rw-r--r--widgets/StyledRect.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/widgets/StyledRect.qml b/widgets/StyledRect.qml
index 1b6f1e7..8b3ac05 100644
--- a/widgets/StyledRect.qml
+++ b/widgets/StyledRect.qml
@@ -7,8 +7,6 @@ Rectangle {
property bool vertical: parent?.vertical ?? false // Convenience property for propagation to children
color: "transparent"
- implicitWidth: childrenRect.width
- implicitHeight: childrenRect.height
Behavior on color {
ColorAnimation {