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,8 +3,8 @@
<!-- interface-requires gtk+ 3.6 -->
<template class="GtkLockButton" parent="GtkButton">
<property name="visible">1</property>
<property name="can_focus">1</property>
<property name="receives_default">1</property>
<property name="can-focus">1</property>
<property name="receives-default">1</property>
<child>
<object class="GtkBox" id="box">
<property name="visible">1</property>
@ -14,7 +14,7 @@
<child>
<object class="GtkImage" id="image">
<property name="visible">1</property>
<property name="icon_name">image-missing</property>
<property name="icon-name">image-missing</property>
</object>
<packing>
<property name="fill">0</property>