conversation-actions: Keep the reply buttons in the headerbar

Move the other buttons to the actionbar is the window is too narrow.
This commit is contained in:
Adrien Plazas 2021-04-12 15:52:03 +02:00 committed by Michael James Gratton
parent c53063496c
commit b75a7f3bae
2 changed files with 4 additions and 4 deletions

View file

@ -154,8 +154,8 @@
<child>
<object class="ComponentsConversationActions" id="conversation_viewer_actions">
<property name="visible">True</property>
<property name="show_conversation_actions">False</property>
<property name="show_response_actions">True</property>
<property name="show_conversation_actions">True</property>
<property name="show_response_actions">False</property>
</object>
</child>
</object>

View file

@ -181,8 +181,8 @@
<child>
<object class="ComponentsConversationActions" id="compact_actions">
<property name="visible">True</property>
<property name="show_conversation_actions">True</property>
<property name="show_response_actions">False</property>
<property name="show_conversation_actions">False</property>
<property name="show_response_actions">True</property>
</object>
</child>
</object>