diff --git a/gpt4all-chat/main.qml b/gpt4all-chat/main.qml index 0635023f..d4058ede 100644 --- a/gpt4all-chat/main.qml +++ b/gpt4all-chat/main.qml @@ -848,11 +848,11 @@ Window { Rectangle { id: conversation color: theme.conversationBackground - anchors.left: parent.left + anchors.left: drawer.right anchors.right: parent.right anchors.bottom: parent.bottom anchors.top: accentRibbon.bottom - state: "collapsed" + state: "expanded" states: [ State {