From 69d5b7b480c6a136659d1263dabf31570a391e56 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Wed, 14 May 2025 02:55:03 -0700 Subject: [PATCH] activate-linux: use implicit size --- activate_linux/shell.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/activate_linux/shell.qml b/activate_linux/shell.qml index 101fa1a..d5e442e 100644 --- a/activate_linux/shell.qml +++ b/activate_linux/shell.qml @@ -24,8 +24,8 @@ ShellRoot { bottom: 50 } - width: content.width - height: content.height + implicitWidth: content.width + implicitHeight: content.height color: "transparent"