From e3dcdbb67cba35d90fbf5d437466d11776fe8412 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 7 Jun 2025 14:47:24 +1000 Subject: internal: move bar to drawer window Fixes a few bugs, also removes need for hyprland order layerrule --- modules/drawers/Border.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/drawers/Border.qml') diff --git a/modules/drawers/Border.qml b/modules/drawers/Border.qml index 64fd7f9..9014d07 100644 --- a/modules/drawers/Border.qml +++ b/modules/drawers/Border.qml @@ -8,6 +8,8 @@ import QtQuick.Effects Item { id: root + required property Item bar + anchors.fill: parent StyledRect { @@ -28,6 +30,7 @@ Item { Rectangle { anchors.fill: parent anchors.margins: BorderConfig.thickness + anchors.leftMargin: root.bar.implicitWidth radius: BorderConfig.rounding } } -- cgit v1.2.3-freya