From 141c64a0bb58009a32aef94359a26e39953a25a5 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Mon, 15 Sep 2025 20:37:20 -0400 Subject: [PATCH] alias rectangle radius on tab button --- components/StyledTabButton.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/StyledTabButton.qml b/components/StyledTabButton.qml index 8cfbbfe..1c85273 100644 --- a/components/StyledTabButton.qml +++ b/components/StyledTabButton.qml @@ -5,6 +5,8 @@ import QtQuick.Controls.Basic TabButton { id: control + property alias radius: rectangle.radius + contentItem: Text { font.pixelSize: Styling.typography.textSize.base font.family: Styling.typography.fontFamily