[libadwaita/wip/exalm/more-fixes: 3/3] action-row: Reset hexpand




commit 1e589d03625caff03ff37457840879e914a339a5
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Oct 12 16:39:38 2021 +0500

    action-row: Reset hexpand
    
    It had hexpand by default, making it harder than necessary to use with
    sidebars.
    
    Fixes https://gitlab.gnome.org/GNOME/libadwaita/-/issues/290

 src/adw-action-row.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/adw-action-row.ui b/src/adw-action-row.ui
index b28bd714..840df424 100644
--- a/src/adw-action-row.ui
+++ b/src/adw-action-row.ui
@@ -10,6 +10,7 @@
       <object class="GtkBox" id="header">
         <property name="spacing">12</property>
         <property name="valign">center</property>
+        <property name="hexpand">False</property>
         <style>
           <class name="header"/>
         </style>


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