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.