[epiphany/wip/exalm/gtk4-cleanups-3: 17/18] action-bar-end: Replace GtkButtonBox with GtkBox
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/exalm/gtk4-cleanups-3: 17/18] action-bar-end: Replace GtkButtonBox with GtkBox
- Date: Wed, 1 Dec 2021 23:29:21 +0000 (UTC)
commit f42f84fd69d29d83c90dee63ce23ee1b94eb34f9
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]