Default to expanded state.

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
Adam Treat 2024-03-13 15:14:38 -04:00 committed by AT
parent b68ebb7c15
commit 6adaa672b4

View File

@ -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 {