background: Use text attributes instead of markup

in the UI file.

https://bugzilla.gnome.org/show_bug.cgi?id=639187
This commit is contained in:
Khaled Hosny 2011-01-14 14:21:26 +00:00 committed by Bastien Nocera
parent 76459723b0
commit 5839a2735c

View file

@ -99,8 +99,10 @@
<object class="GtkLabel" id="background-label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label">&lt;b&gt;Current background&lt;/b&gt;</property>
<property name="use_markup">True</property>
<property name="label">Current background</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="position">0</property>