Removed markup from UI files

This commit is contained in:
Daniel Mustieles 2013-03-28 17:26:19 +01:00
parent 406c6ae210
commit cbe87a5674
2 changed files with 8 additions and 4 deletions

View file

@ -20,8 +20,10 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">&lt;b&gt;Layout&lt;/b&gt;</property>
<property name="use_markup">True</property>
<property name="label" translatable="yes">Layout</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="left_attach">0</property>

View file

@ -28,8 +28,10 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">&lt;b&gt;Commits&lt;/b&gt;</property>
<property name="use_markup">True</property>
<property name="label" translatable="yes">Commits</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="left_attach">0</property>