[epiphany/wip/exalm/gtk4-cleanups-3: 22/23] action-bar-end: Replace GtkButtonBox with GtkBox
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/exalm/gtk4-cleanups-3: 22/23] action-bar-end: Replace GtkButtonBox with GtkBox
- Date: Thu, 2 Dec 2021 16:56:55 +0000 (UTC)
commit 592ac8f1a4f9b2d8f2a7b3b156683308a3b4cdac
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.
Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1038>
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]