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