From 218873add7e808dc8744ddfe384810cbf8c203c6 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Tue, 29 Jul 2025 08:24:51 -0400 Subject: [PATCH] reference root --- widgets/StyledButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/StyledButton.qml b/widgets/StyledButton.qml index 3ac2ee6..c14e4f3 100644 --- a/widgets/StyledButton.qml +++ b/widgets/StyledButton.qml @@ -26,7 +26,7 @@ WrapperMouseArea { } Loader { active: true - sourceComponent: content + sourceComponent: root.content } } }