summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-05-22 10:14:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-05-22 10:14:13 +0100
commita83ed57808669bdb5e71305e854a2bffbf96edb7 (patch)
tree51e2cb37d6935ba3142b2e085f2cdb39341c6ada /sd
parentbf8e9b29aaebcbdd8f2f06b42ac97b8d9f8f4503 (diff)
use attributes, not markup for bold titles
Change-Id: Ib4fe3b2aa234ab636f1f1b222600617bb09ea806
Diffstat (limited to 'sd')
-rw-r--r--sd/uiconfig/simpress/ui/masterlayoutdlg.ui11
1 files changed, 4 insertions, 7 deletions
diff --git a/sd/uiconfig/simpress/ui/masterlayoutdlg.ui b/sd/uiconfig/simpress/ui/masterlayoutdlg.ui
index 40d391dc3d0a..e7a82e2682c9 100644
--- a/sd/uiconfig/simpress/ui/masterlayoutdlg.ui
+++ b/sd/uiconfig/simpress/ui/masterlayoutdlg.ui
@@ -159,13 +159,10 @@
<object class="GtkLabel" id="Placeholders">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">&lt;b&gt;Placeholders&lt;/b&gt;</property>
- <property name="use_markup">True</property>
- <child internal-child="accessible">
- <object class="AtkObject" id="Placeholders-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Placeholders</property>
- </object>
- </child>
+ <property name="label" translatable="yes">Placeholders</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>