From a3931d8aec74fc84374212f9bcca76d50dc1eb82 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Fri, 29 Aug 2025 15:23:36 -0400 Subject: [PATCH] increase icon size --- components/StyledIconButton.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/StyledIconButton.qml b/components/StyledIconButton.qml index 98a9662..e655350 100644 --- a/components/StyledIconButton.qml +++ b/components/StyledIconButton.qml @@ -13,9 +13,9 @@ RoundButton { property alias border: rect.border font.family: loader.font.family - font.pixelSize: 16 + font.pixelSize: 18 radius: 8 - padding: 8 + padding: 6 HoverHandler { cursorShape: Qt.PointingHandCursor