about dialog: Simplify the template a bit

Remove some unnecessary complications, like an extraneous
box, and some child property settings that are not needed.
This commit is contained in:
Matthias Clasen 2016-12-30 10:20:16 -05:00
parent 9d8b07d150
commit e62696b145

View File

@ -91,20 +91,11 @@
</packing>
</child>
<child>
<object class="GtkBox" id="hbox">
<property name="visible">1</property>
<property name="homogeneous">1</property>
<child>
<object class="GtkLabel" id="website_label">
<property name="no-show-all">1</property>
<property name="label">http://website.com</property>
<property name="selectable">1</property>
<signal name="activate-link" handler="emit_activate_link" object="GtkAboutDialog" swapped="yes"/>
</object>
<packing>
<property name="fill">0</property>
</packing>
</child>
<object class="GtkLabel" id="website_label">
<property name="no-show-all">1</property>
<property name="label">http://website.com</property>
<property name="selectable">1</property>
<signal name="activate-link" handler="emit_activate_link" object="GtkAboutDialog" swapped="yes"/>
</object>
<packing>
<property name="fill">0</property>