Skip to content
Snippets Groups Projects
Commit 43eb36fd authored by Bruce Cowan's avatar Bruce Cowan :airplane:
Browse files

Always use <child> rather than property name="child"

parent 9335bd28
No related branches found
No related tags found
No related merge requests found
...@@ -30,10 +30,10 @@ ...@@ -30,10 +30,10 @@
<child> <child>
<object class="GtkScrolledWindow"> <object class="GtkScrolledWindow">
<property name="height_request">600</property> <property name="height_request">600</property>
<property name="child"> <child>
<object class="GtkViewport"> <object class="GtkViewport">
<property name="can_focus">0</property> <property name="can_focus">0</property>
<property name="child"> <child>
<object class="GtkListBox" id="listbox"> <object class="GtkListBox" id="listbox">
<property name="can_focus">0</property> <property name="can_focus">0</property>
<property name="selection_mode">none</property> <property name="selection_mode">none</property>
...@@ -49,9 +49,9 @@ ...@@ -49,9 +49,9 @@
</object> </object>
</child> </child>
</object> </object>
</property> </child>
</object> </object>
</property> </child>
</object> </object>
</child> </child>
<child type="titlebar"> <child type="titlebar">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment