summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2021-12-02 04:24:03 +0500
committerMarge Bot <marge-bot@gnome.org>2021-12-02 16:56:50 +0000
commit592ac8f1a4f9b2d8f2a7b3b156683308a3b4cdac (patch)
treecb6975c7b2989f6b9b7a4e88b8bdf73356a8c3e0 /src/resources
parent78a9bd00db5bb165e5a22823774bbf160be5a0c5 (diff)
downloadepiphany-592ac8f1a4f9b2d8f2a7b3b156683308a3b4cdac.tar.gz
action-bar-end: Replace GtkButtonBox with GtkBox
Use the regular style as well, for some reason it was linked. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1038>
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/gtk/action-bar-end.ui5
1 files 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>