[gnome-builder/wip/gtk4-port: 1271/1774] plugins/vcsui: fix xml alignment




commit 6d154bf0fe1a0875c45c15dd9950eca461f66ca0
Author: Christian Hergert <chergert redhat com>
Date:   Wed Jun 1 12:08:39 2022 -0700

    plugins/vcsui: fix xml alignment

 src/plugins/vcsui/gbp-vcsui-clone-page.ui | 44 +++++++++++++++----------------
 1 file changed, 22 insertions(+), 22 deletions(-)
---
diff --git a/src/plugins/vcsui/gbp-vcsui-clone-page.ui b/src/plugins/vcsui/gbp-vcsui-clone-page.ui
index 834f092e6..81783d896 100644
--- a/src/plugins/vcsui/gbp-vcsui-clone-page.ui
+++ b/src/plugins/vcsui/gbp-vcsui-clone-page.ui
@@ -70,26 +70,26 @@
                                     </child>
                                   </object>
                                 </child>
+                                <child>
+                                  <object class="GtkScrolledWindow">
+                                    <property name="propagate-natural-height">true</property>
+                                    <property name="propagate-natural-width">true</property>
+                                    <property name="min-content-width">300</property>
+                                    <property name="max-content-width">300</property>
+                                    <property name="max-content-height">500</property>
                                     <child>
-                                      <object class="GtkScrolledWindow">
-                                        <property name="propagate-natural-height">true</property>
-                                        <property name="propagate-natural-width">true</property>
-                                        <property name="min-content-width">300</property>
-                                        <property name="max-content-width">300</property>
-                                        <property name="max-content-height">500</property>
-                                        <child>
-                                          <object class="GtkListView">
-                                            <signal name="activate" handler="branch_activated_cb" 
swapped="true" object="GbpVcsuiClonePage"/>
-                                            <property name="model">
-                                              <object class="GtkSingleSelection">
-                                                <property name="model" bind-source="request" 
bind-property="branch-model" bind-flags="sync-create"/>
-                                              </object>
-                                            </property>
-                                            <property name="orientation">vertical</property>
-                                            <property name="single-click-activate">true</property>
-                                            <property name="factory">
-                                              <object class="GtkBuilderListItemFactory">
-                                                <property name="bytes"><![CDATA[
+                                      <object class="GtkListView">
+                                        <signal name="activate" handler="branch_activated_cb" swapped="true" 
object="GbpVcsuiClonePage"/>
+                                        <property name="model">
+                                          <object class="GtkSingleSelection">
+                                            <property name="model" bind-source="request" 
bind-property="branch-model" bind-flags="sync-create"/>
+                                          </object>
+                                        </property>
+                                        <property name="orientation">vertical</property>
+                                        <property name="single-click-activate">true</property>
+                                        <property name="factory">
+                                          <object class="GtkBuilderListItemFactory">
+                                            <property name="bytes"><![CDATA[
 <?xml version="1.0" encoding="UTF-8"?>
 <interface>
   <template class="GtkListItem">
@@ -113,14 +113,14 @@
   </template>
 </interface>
 ]]>
-                                                </property>
-                                              </object>
                                             </property>
                                           </object>
-                                        </child>
+                                        </property>
                                       </object>
                                     </child>
                                   </object>
+                                </child>
+                              </object>
                             </child>
                           </object>
                         </property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]