[gnome-initial-setup/wjt/farewell-GtkFrame: 1/2] summary: Remove GtkFrame
- From: Will Thompson <wjt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup/wjt/farewell-GtkFrame: 1/2] summary: Remove GtkFrame
- Date: Tue, 28 Dec 2021 14:50:38 +0000 (UTC)
commit 89fcae416e64088e38828170fe3163c0af545bc0
Author: Will Thompson <will willthompson co uk>
Date: Tue Dec 28 14:43:59 2021 +0000
summary: Remove GtkFrame
This has been unnecessary since 8a5358cfcfbb8a6d284bfb3a25d4c82ee39d8193
("summary: fix layout on low resolution screens") and has no visual
impact since the GtkFrame has no label and sets shadow-type to NONE to
display no outline.
(GTK 4 removes the shadow-type property.)
gnome-initial-setup/pages/summary/gis-summary-page.ui | 8 --------
1 file changed, 8 deletions(-)
---
diff --git a/gnome-initial-setup/pages/summary/gis-summary-page.ui
b/gnome-initial-setup/pages/summary/gis-summary-page.ui
index 9f9c5eb2..9d497a0e 100644
--- a/gnome-initial-setup/pages/summary/gis-summary-page.ui
+++ b/gnome-initial-setup/pages/summary/gis-summary-page.ui
@@ -3,12 +3,6 @@
<!-- interface-requires gtk+ 3.0 -->
<template class="GisSummaryPage" parent="GisPage">
<child>
- <object class="GtkFrame" id="bg_frame">
- <property name="visible">True</property>
- <property name="hexpand">True</property>
- <property name="vexpand">True</property>
- <property name="shadow-type">none</property>
- <child>
<object class="GtkBox" id="box">
<property name="visible">True</property>
<property name="halign">center</property>
@@ -78,8 +72,6 @@
</packing>
</child>
</object>
- </child>
- </object>
</child>
</template>
</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]