From 15b3e0d3f6bec01016cf4c429ebfb207e63cd9dd Mon Sep 17 00:00:00 2001 From: Justin Wang Date: Mon, 22 May 2023 20:33:46 +0200 Subject: [PATCH] remove padding --- gpt4all-chat/qml/ChatDrawer.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/gpt4all-chat/qml/ChatDrawer.qml b/gpt4all-chat/qml/ChatDrawer.qml index ee2e2159..93bdada9 100644 --- a/gpt4all-chat/qml/ChatDrawer.qml +++ b/gpt4all-chat/qml/ChatDrawer.qml @@ -286,7 +286,6 @@ Drawer { anchors.left: parent.left anchors.right: parent.right anchors.bottom: parent.bottom - padding: 15 text: qsTr("About") Accessible.role: Accessible.Button Accessible.name: text