summaryrefslogtreecommitdiff
path: root/widgets/StyledRect.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-27 10:42:08 +0800
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-27 10:42:08 +0800
commit63da636144635e5aa6b7ff1a2d2eec2a1e35aafa (patch)
treecd5461058c7afedb2d17f474f13ee218759519ba /widgets/StyledRect.qml
parentdrawers: dont use hyprland cursor pos (diff)
downloadcaelestia-shell-63da636144635e5aa6b7ff1a2d2eec2a1e35aafa.tar.gz
caelestia-shell-63da636144635e5aa6b7ff1a2d2eec2a1e35aafa.tar.bz2
caelestia-shell-63da636144635e5aa6b7ff1a2d2eec2a1e35aafa.zip
internal: bar only vertical
The bar can only be vertical Remove box, boxlayout and anchortext Add StyledClippingRect
Diffstat (limited to '')
-rw-r--r--widgets/StyledRect.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/widgets/StyledRect.qml b/widgets/StyledRect.qml
index 8b3ac05..108e5e0 100644
--- a/widgets/StyledRect.qml
+++ b/widgets/StyledRect.qml
@@ -4,8 +4,6 @@ import QtQuick
Rectangle {
id: root
- property bool vertical: parent?.vertical ?? false // Convenience property for propagation to children
-
color: "transparent"
Behavior on color {