From be266d334935513cc3152cef6fd3834b83fa15e3 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 11 Oct 2025 12:55:54 -0500 Subject: [PATCH] Disable toolbar icon scaling Closes #1192 --- app/gui/NavigableToolButton.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/gui/NavigableToolButton.qml b/app/gui/NavigableToolButton.qml index 07f6d41d..9839196c 100644 --- a/app/gui/NavigableToolButton.qml +++ b/app/gui/NavigableToolButton.qml @@ -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.