From c40f0d9f2840979440796d2aeecca3a4a962ce19 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Mon, 24 Apr 2023 00:20:21 -0400 Subject: [PATCH] Shrink the icons a bit. --- main.qml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/main.qml b/main.qml index 010c2df5..8bc88d34 100644 --- a/main.qml +++ b/main.qml @@ -225,8 +225,8 @@ Window { } Image { anchors.centerIn: parent - width: 50 - height: 50 + width: 30 + height: 30 source: "qrc:/gpt4all/icons/network.svg" } } @@ -261,8 +261,8 @@ Window { anchors.fill: parent Image { anchors.centerIn: parent - width: 40 - height: 40 + width: 30 + height: 30 source: "qrc:/gpt4all/icons/settings.svg" } } @@ -307,8 +307,8 @@ Window { anchors.fill: parent Image { anchors.centerIn: parent - width: 40 - height: 40 + width: 30 + height: 30 source: "qrc:/gpt4all/icons/copy.svg" } } @@ -389,8 +389,8 @@ Window { anchors.fill: parent Image { anchors.centerIn: parent - width: 40 - height: 40 + width: 30 + height: 30 source: "qrc:/gpt4all/icons/regenerate.svg" } }