From 370f1b4fc43c53a6dc3890bf53fde00505717994 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