From 93b3a09a0a3d89e000048d57c39e9287f761a75c Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Thu, 11 Sep 2025 23:41:14 -0400 Subject: [PATCH] remove id --- components/StyledTabButton.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/components/StyledTabButton.qml b/components/StyledTabButton.qml index dea1d40..8cfbbfe 100644 --- a/components/StyledTabButton.qml +++ b/components/StyledTabButton.qml @@ -6,7 +6,6 @@ TabButton { id: control contentItem: Text { - id: icon font.pixelSize: Styling.typography.textSize.base font.family: Styling.typography.fontFamily text: control.text