From 43eb36fd9e35c63a7dfca95d7d169b3b2a31b2d3 Mon Sep 17 00:00:00 2001
From: Bruce Cowan <bruce@bcowan.me.uk>
Date: Fri, 2 Apr 2021 17:18:01 +0100
Subject: [PATCH] Always use <child> rather than property name="child"

---
 data/interface.ui | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/data/interface.ui b/data/interface.ui
index b81d7c7..f5c5b90 100644
--- a/data/interface.ui
+++ b/data/interface.ui
@@ -30,10 +30,10 @@
     <child>
       <object class="GtkScrolledWindow">
         <property name="height_request">600</property>
-        <property name="child">
+        <child>
           <object class="GtkViewport">
             <property name="can_focus">0</property>
-            <property name="child">
+            <child>
               <object class="GtkListBox" id="listbox">
                 <property name="can_focus">0</property>
                 <property name="selection_mode">none</property>
@@ -49,9 +49,9 @@
                   </object>
                 </child>
               </object>
-            </property>
+            </child>
           </object>
-        </property>
+        </child>
       </object>
     </child>
     <child type="titlebar">
-- 
GitLab