Simplify our templates
This is applying the new property name simplification.
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user