[gnome-software: 9/13] update-dialog: Fix the indentation
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software: 9/13] update-dialog: Fix the indentation
- Date: Tue, 10 Aug 2021 07:26:00 +0000 (UTC)
commit 710d3a7af8ffd581f437601ba2c35baf225db1b4
Author: Adrien Plazas <kekun plazas laposte net>
Date: Wed Aug 4 16:57:32 2021 +0200
update-dialog: Fix the indentation
src/gs-update-dialog.ui | 110 ++++++++++++++++++++++++------------------------
1 file changed, 55 insertions(+), 55 deletions(-)
---
diff --git a/src/gs-update-dialog.ui b/src/gs-update-dialog.ui
index 42495c343..9a2705afa 100644
--- a/src/gs-update-dialog.ui
+++ b/src/gs-update-dialog.ui
@@ -20,86 +20,86 @@
notify::transition-running isn't emitted in that case. -->
<signal name="notify::visible-child" handler="deck_child_transition_cb" swapped="no"/>
<signal name="notify::transition-running" handler="deck_child_transition_cb" swapped="no"/>
- <child>
- <object class="GtkBox">
- <property name="visible">True</property>
- <property name="orientation">vertical</property>
<child>
- <object class="HdyHeaderBar">
- <property name="show_close_button">True</property>
+ <object class="GtkBox">
<property name="visible">True</property>
- <property name="title" bind-source="GsUpdateDialog" bind-property="title"
bind-flags="sync-create"/>
- </object>
- </child>
- <child>
- <object class="GtkStack" id="stack">
- <property name="visible">True</property>
- <property name="transition_duration">300</property>
+ <property name="orientation">vertical</property>
+ <child>
+ <object class="HdyHeaderBar">
+ <property name="show_close_button">True</property>
+ <property name="visible">True</property>
+ <property name="title" bind-source="GsUpdateDialog" bind-property="title"
bind-flags="sync-create"/>
+ </object>
+ </child>
<child>
- <object class="GtkBox" id="box_spinner">
+ <object class="GtkStack" id="stack">
<property name="visible">True</property>
- <property name="orientation">vertical</property>
- <property name="spacing">12</property>
- <property name="halign">center</property>
- <property name="valign">center</property>
- <property name="hexpand">True</property>
- <property name="vexpand">True</property>
- <style>
- <class name="dim-label"/>
- </style>
+ <property name="transition_duration">300</property>
<child>
- <object class="GtkSpinner" id="spinner">
+ <object class="GtkBox" id="box_spinner">
<property name="visible">True</property>
- <property name="width_request">32</property>
- <property name="height_request">32</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">12</property>
<property name="halign">center</property>
<property name="valign">center</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
+ <style>
+ <class name="dim-label"/>
+ </style>
+ <child>
+ <object class="GtkSpinner" id="spinner">
+ <property name="visible">True</property>
+ <property name="width_request">32</property>
+ <property name="height_request">32</property>
+ <property name="halign">center</property>
+ <property name="valign">center</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ </object>
+ </child>
</object>
+ <packing>
+ <property name="name">spinner</property>
+ </packing>
</child>
- </object>
- <packing>
- <property name="name">spinner</property>
- </packing>
- </child>
- <child>
- <object class="HdyStatusPage">
- <property name="visible">True</property>
- <property name="icon_name">org.gnome.Software-symbolic</property>
- <property name="title" translatable="yes">No updates have been installed on this
system.</property>
- </object>
- <packing>
- <property name="name">empty</property>
- </packing>
- </child>
- <child>
- <object class="HdyPreferencesPage">
- <property name="visible">True</property>
<child>
- <object class="HdyPreferencesGroup">
+ <object class="HdyStatusPage">
+ <property name="visible">True</property>
+ <property name="icon_name">org.gnome.Software-symbolic</property>
+ <property name="title" translatable="yes">No updates have been installed on this
system.</property>
+ </object>
+ <packing>
+ <property name="name">empty</property>
+ </packing>
+ </child>
+ <child>
+ <object class="HdyPreferencesPage">
<property name="visible">True</property>
<child>
- <object class="GsUpdateList" id="list_box_installed_updates">
+ <object class="HdyPreferencesGroup">
<property name="visible">True</property>
- <property name="selection_mode">none</property>
- <style>
- <class name="content" />
- </style>
+ <child>
+ <object class="GsUpdateList" id="list_box_installed_updates">
+ <property name="visible">True</property>
+ <property name="selection_mode">none</property>
+ <style>
+ <class name="content" />
+ </style>
+ </object>
+ </child>
</object>
</child>
</object>
+ <packing>
+ <property name="name">installed-updates-list</property>
+ </packing>
</child>
</object>
- <packing>
- <property name="name">installed-updates-list</property>
- </packing>
</child>
</object>
</child>
</object>
</child>
- </object>
- </child>
</template>
</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]