Rewrite <child> elements to use child properties where that is easily possible. Fixes: #5609
10 lines
189 B
XML
10 lines
189 B
XML
<interface>
|
|
<object class="GtkComboBox">
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="label">start</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|