mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Default to expanded state.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
parent
b68ebb7c15
commit
6adaa672b4
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user