Disable toolbar icon scaling

Closes #1192
This commit is contained in:
Cameron Gutman
2025-10-11 12:55:54 -05:00
parent c618a0b5df
commit be266d3349

View File

@@ -8,8 +8,8 @@ ToolButton {
activeFocusOnTab: true
icon.source: iconSource
icon.width: background.width * 1.10
icon.height: background.height * 1.10
icon.width: background.width
icon.height: background.height
// This determines the size of the Material highlight. We increase it
// from the default because we use larger than normal icons for TV readability.