client: Fix conversation viewer actions visible when unfolded at startup

Both leaflets are unfolded by default, and fold down if the window is
too small, hence the conversation list's and viewer's action bar
revealers must be hidden by default to match,
This commit is contained in:
Michael Gratton 2021-04-13 18:13:13 +10:00 committed by Michael James Gratton
parent b75a7f3bae
commit eb9cdb0c38

View file

@ -101,7 +101,7 @@
<child>
<object class="GtkRevealer" id="conversation_list_actions_revealer">
<property name="visible">True</property>
<property name="reveal-child">True</property>
<property name="reveal-child">False</property>
<property name="transition_type">slide-up</property>
<child>
<object class="ComponentsConversationActions" id="conversation_list_actions">
@ -149,7 +149,7 @@
<child>
<object class="GtkRevealer" id="conversation_viewer_actions_revealer">
<property name="visible">True</property>
<property name="reveal-child">True</property>
<property name="reveal-child">False</property>
<property name="transition_type">slide-up</property>
<child>
<object class="ComponentsConversationActions" id="conversation_viewer_actions">