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:
parent
b75a7f3bae
commit
eb9cdb0c38
1 changed files with 2 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue