[gnome-initial-setup/wjt/farewell-GtkFrame: 2/2] summary: Reindent UI file
- From: Will Thompson <wjt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup/wjt/farewell-GtkFrame: 2/2] summary: Reindent UI file
- Date: Tue, 28 Dec 2021 14:50:38 +0000 (UTC)
commit 10121e68821a72234d012f880fc03a5b4e37daef
Author: Will Thompson <will willthompson co uk>
Date: Tue Dec 28 14:48:02 2021 +0000
summary: Reindent UI file
The previous commit removes a widget from midway through the hierarchy;
this commit fixes the resulting indentation, left untouched for
legibility.
.../pages/summary/gis-summary-page.ui | 120 ++++++++++-----------
1 file changed, 60 insertions(+), 60 deletions(-)
---
diff --git a/gnome-initial-setup/pages/summary/gis-summary-page.ui
b/gnome-initial-setup/pages/summary/gis-summary-page.ui
index 9d497a0e..cf2c2dee 100644
--- a/gnome-initial-setup/pages/summary/gis-summary-page.ui
+++ b/gnome-initial-setup/pages/summary/gis-summary-page.ui
@@ -3,75 +3,75 @@
<!-- interface-requires gtk+ 3.0 -->
<template class="GisSummaryPage" parent="GisPage">
<child>
- <object class="GtkBox" id="box">
+ <object class="GtkBox" id="box">
+ <property name="visible">True</property>
+ <property name="halign">center</property>
+ <property name="valign">center</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">16</property>
+ <child type="center">
+ <object class="GtkImage" id="image">
<property name="visible">True</property>
+ <property name="resource">/org/gnome/initial-setup/ready-to-go.svg</property>
+ <property name="width_request">128</property>
+ <property name="height_request">128</property>
+ </object>
+ <packing>
+ <property name="pack_type">start</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="start_button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
<property name="halign">center</property>
- <property name="valign">center</property>
- <property name="orientation">vertical</property>
- <property name="spacing">16</property>
- <child type="center">
- <object class="GtkImage" id="image">
- <property name="visible">True</property>
- <property name="resource">/org/gnome/initial-setup/ready-to-go.svg</property>
- <property name="width_request">128</property>
- <property name="height_request">128</property>
- </object>
- <packing>
- <property name="pack_type">start</property>
- </packing>
- </child>
+ <style>
+ <class name="suggested-action"/>
+ </style>
<child>
- <object class="GtkButton" id="start_button">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_underline">True</property>
- <property name="halign">center</property>
- <style>
- <class name="suggested-action"/>
- </style>
- <child>
- <object class="GtkLabel" id="start_button_label">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="justify">center</property>
- <property name="wrap">True</property>
- <property name="xpad">8</property>
- <property name="ypad">8</property>
- <property name="use_underline">True</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="pack_type">end</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="tagline">
+ <object class="GtkLabel" id="start_button_label">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="justify">center</property>
<property name="wrap">True</property>
- <property name="max-width-chars">60</property>
- </object>
- <packing>
- <property name="pack_type">end</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="title">
- <property name="visible">True</property>
- <property name="justify">center</property>
- <property name="label" translatable="yes">All done!</property>
- <property name="wrap">True</property>
- <style>
- <class name="large-title"/>
- </style>
+ <property name="xpad">8</property>
+ <property name="ypad">8</property>
+ <property name="use_underline">True</property>
</object>
- <packing>
- <property name="pack_type">end</property>
- </packing>
</child>
</object>
+ <packing>
+ <property name="pack_type">end</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="tagline">
+ <property name="visible">True</property>
+ <property name="justify">center</property>
+ <property name="wrap">True</property>
+ <property name="max-width-chars">60</property>
+ </object>
+ <packing>
+ <property name="pack_type">end</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="title">
+ <property name="visible">True</property>
+ <property name="justify">center</property>
+ <property name="label" translatable="yes">All done!</property>
+ <property name="wrap">True</property>
+ <style>
+ <class name="large-title"/>
+ </style>
+ </object>
+ <packing>
+ <property name="pack_type">end</property>
+ </packing>
+ </child>
+ </object>
</child>
</template>
</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]