mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-01 00:29:13 +00:00
Default to expanded state.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
@@ -848,11 +848,11 @@ Window {
|
|||||||
Rectangle {
|
Rectangle {
|
||||||
id: conversation
|
id: conversation
|
||||||
color: theme.conversationBackground
|
color: theme.conversationBackground
|
||||||
anchors.left: parent.left
|
anchors.left: drawer.right
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
anchors.top: accentRibbon.bottom
|
anchors.top: accentRibbon.bottom
|
||||||
state: "collapsed"
|
state: "expanded"
|
||||||
|
|
||||||
states: [
|
states: [
|
||||||
State {
|
State {
|
||||||
|
Reference in New Issue
Block a user