Run gtk-builder-tool simplify over all templates

This commit is contained in:
Matthias Clasen
2015-09-09 16:50:49 -04:00
parent 3c247f20ea
commit a531633660
31 changed files with 887 additions and 1040 deletions

View File

@ -2,41 +2,41 @@
<interface domain="gtk30">
<!-- interface-requires gtk+ 3.10 -->
<template class="GtkFontButton" parent="GtkButton">
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="can_focus">1</property>
<property name="receives_default">1</property>
<child>
<object class="GtkBox" id="box1">
<property name="visible">True</property>
<property name="visible">1</property>
<child>
<object class="GtkLabel" id="font_label">
<property name="visible">True</property>
<property name="label" translatable="yes">Font</property>
<property name="visible">1</property>
<property name="label" translatable="1">Font</property>
</object>
<packing>
<property name="expand">True</property>
<property name="expand">1</property>
<property name="padding">5</property>
</packing>
</child>
<child>
<object class="GtkBox" id="font_size_box">
<property name="visible">True</property>
<property name="no_show_all">True</property>
<property name="visible">1</property>
<property name="no_show_all">1</property>
<child>
<object class="GtkSeparator" id="separator">
<property name="visible">True</property>
<property name="visible">1</property>
<property name="orientation">vertical</property>
</object>
<packing>
<property name="fill">False</property>
<property name="fill">0</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="size_label">
<property name="visible">True</property>
<property name="visible">1</property>
<property name="label">14</property>
</object>
<packing>
<property name="fill">False</property>
<property name="fill">0</property>
<property name="padding">5</property>
<property name="position">1</property>
</packing>