[epiphany/wip/exalm/gtk4-cleanups-3: 3/4] action-bar-end: Replace GtkButtonBox with GtkBox




commit d49d6ca8bcfff743857422bfde51bf74edf5de86
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Dec 2 04:24:03 2021 +0500

    action-bar-end: Replace GtkButtonBox with GtkBox
    
    Use the regular style as well, for some reason it was linked.

 src/resources/gtk/action-bar-end.ui | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/resources/gtk/action-bar-end.ui b/src/resources/gtk/action-bar-end.ui
index 1a414667e..2c74b14bd 100644
--- a/src/resources/gtk/action-bar-end.ui
+++ b/src/resources/gtk/action-bar-end.ui
@@ -3,10 +3,9 @@
   <template class="EphyActionBarEnd" parent="GtkBox">
     <property name="spacing">6</property>
     <child>
-      <object class="GtkButtonBox" id="browser_action_box">
+      <object class="GtkBox" id="browser_action_box">
         <property name="visible">True</property>
-        <property name="homogeneous">False</property>
-        <property name="layout-style">expand</property>
+        <property name="spacing">6</property>
       </object>
     </child>
     <child>


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