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 @@
<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">
......
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