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