client: Convert to using HdySqueezer for managing main toolbar actions
This commit is contained in:
parent
0aa8ad6a05
commit
9e641600c3
3 changed files with 21 additions and 6 deletions
|
|
@ -168,10 +168,22 @@
|
|||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="ComponentsConversationActions" id="conversation_actions">
|
||||
<object class="HdySqueezer">
|
||||
<property name="visible">True</property>
|
||||
<property name="show_conversation_actions">True</property>
|
||||
<property name="show_response_actions">True</property>
|
||||
<child>
|
||||
<object class="ComponentsConversationActions" id="full_actions">
|
||||
<property name="visible">True</property>
|
||||
<property name="show_conversation_actions">True</property>
|
||||
<property name="show_response_actions">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<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>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue