From 6b1d5aaf98d990a550f227808490363297f943b0 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 14 May 2025 20:56:44 +0800 Subject: dev: fix deprecated window width & height --- modules/drawers/Exclusions.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/drawers') diff --git a/modules/drawers/Exclusions.qml b/modules/drawers/Exclusions.qml index c8b3959..e73a6a9 100644 --- a/modules/drawers/Exclusions.qml +++ b/modules/drawers/Exclusions.qml @@ -28,8 +28,8 @@ Scope { component ExclusionZone: StyledWindow { screen: root.screen name: "border-exclusion" - width: BorderConfig.thickness - height: BorderConfig.thickness + implicitWidth: BorderConfig.thickness + implicitHeight: BorderConfig.thickness anchors.top: true anchors.left: true -- cgit v1.2.3-freya