Simplify our templates

This is applying the new property name simplification.
This commit is contained in:
Matthias Clasen
2016-05-06 13:45:46 -04:00
parent 3c09783005
commit cd581c9e81
29 changed files with 760 additions and 798 deletions

View File

@ -3,20 +3,19 @@
<!-- interface-requires gtk+ 3.10 -->
<template class="GtkFileChooserDialog" parent="GtkDialog">
<property name="role">GtkFileChooserDialog</property>
<property name="type_hint">dialog</property>
<property name="default_width">600</property>
<property name="type-hint">dialog</property>
<property name="default-width">600</property>
<signal name="response" handler="response_cb" swapped="no"/>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="orientation">vertical</property>
<property name="border_width">0</property>
<child internal-child="action_area">
<object class="GtkButtonBox" id="dialog-action_area1">
<property name="border_width">6</property>
<property name="layout_style">end</property>
<property name="border-width">6</property>
<property name="layout-style">end</property>
</object>
<packing>
<property name="pack_type">end</property>
<property name="pack-type">end</property>
</packing>
</child>
<child>