[geary/mjog/1193-conversation-buttons-resize-race] conversation-actions: Move the archive and trash actions at the end



commit 791f6f131712867a605c29662f8b299d8d125f07
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Mon Apr 12 15:49:36 2021 +0200

    conversation-actions: Move the archive and trash actions at the end
    
    This makes the UI feel less cramped.

 ui/components-conversation-actions.ui | 3 +++
 ui/components-main-toolbar.ui         | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/ui/components-conversation-actions.ui b/ui/components-conversation-actions.ui
index 12c7b4f9c..5471d2847 100644
--- a/ui/components-conversation-actions.ui
+++ b/ui/components-conversation-actions.ui
@@ -193,6 +193,9 @@
           <class name="linked"/>
         </style>
       </object>
+      <packing>
+        <property name="pack_type">end</property>
+      </packing>
     </child>
   </template>
 </interface>
diff --git a/ui/components-main-toolbar.ui b/ui/components-main-toolbar.ui
index e53252406..0b2dfb107 100644
--- a/ui/components-main-toolbar.ui
+++ b/ui/components-main-toolbar.ui
@@ -167,9 +167,10 @@
             </child>
           </object>
         </child>
-        <child>
+        <child type="title">
           <object class="HdySqueezer" id="actions_squeezer">
             <property name="visible">True</property>
+            <property name="hexpand">True</property>
             <child>
               <object class="ComponentsConversationActions" id="full_actions">
                 <property name="visible">True</property>


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