[geary/mjog/1193-conversation-buttons-resize-race: 2/5] conversation-actions: Keep the reply buttons in the headerbar




commit 3d8fa1f3adff5b1650fdb6362ed746433d8fb29f
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Mon Apr 12 15:52:03 2021 +0200

    conversation-actions: Keep the reply buttons in the headerbar
    
    Move the other buttons to the actionbar is the window is too narrow.

 ui/application-main-window.ui | 4 ++--
 ui/components-main-toolbar.ui | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/ui/application-main-window.ui b/ui/application-main-window.ui
index 4c3c71ec9..470362134 100644
--- a/ui/application-main-window.ui
+++ b/ui/application-main-window.ui
@@ -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>
diff --git a/ui/components-main-toolbar.ui b/ui/components-main-toolbar.ui
index 0b2dfb107..0a87acec7 100644
--- a/ui/components-main-toolbar.ui
+++ b/ui/components-main-toolbar.ui
@@ -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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]