circular progress: use implicitSize instead of size

note: the credit is removed because the widget has been rewritten to use Shape instead of Canvas
This commit is contained in:
end-4
2025-08-03 19:54:01 +07:00
parent 87f7bc28a3
commit 0708070764
4 changed files with 20 additions and 23 deletions
+3 -3
View File
@@ -53,9 +53,9 @@ Item {
Layout.leftMargin: rowLayout.spacing
lineWidth: 2
value: activePlayer?.position / activePlayer?.length
size: 26
secondaryColor: Appearance.colors.colSecondaryContainer
primaryColor: Appearance.m3colors.m3onSecondaryContainer
implicitSize: 26
colSecondary: Appearance.colors.colSecondaryContainer
colPrimary: Appearance.m3colors.m3onSecondaryContainer
enableAnimation: false
MaterialSymbol {