[Libreoffice-commits] core.git: sd/uiconfig

Caolán McNamara caolanm at redhat.com
Wed May 22 02:14:33 PDT 2013


 sd/uiconfig/simpress/ui/masterlayoutdlg.ui |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

New commits:
commit a83ed57808669bdb5e71305e854a2bffbf96edb7
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed May 22 10:14:06 2013 +0100

    use attributes, not markup for bold titles
    
    Change-Id: Ib4fe3b2aa234ab636f1f1b222600617bb09ea806

diff --git a/sd/uiconfig/simpress/ui/masterlayoutdlg.ui b/sd/uiconfig/simpress/ui/masterlayoutdlg.ui
index 40d391d..e7a82e2 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"><b>Placeholders</b></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>


More information about the Libreoffice-commits mailing list