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

Seth Chaiklin (via logerrit) logerrit at kemper.freedesktop.org
Wed Jan 13 19:53:28 UTC 2021


 sfx2/uiconfig/ui/newstyle.ui |   29 +++++++++++++++++++++++++----
 1 file changed, 25 insertions(+), 4 deletions(-)

New commits:
commit 16de504efde4d747383f2bf33c8d2b082a06e3c1
Author:     Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Mon Dec 28 21:56:31 2020 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Jan 13 20:52:48 2021 +0100

    tdf#139017 add label for styles list in New Style from Selection dialog
    
    Change-Id: I0937be29ba29068b82b0f5ddceb6ba7e320e00dc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108336
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sfx2/uiconfig/ui/newstyle.ui b/sfx2/uiconfig/ui/newstyle.ui
index 332f3f567f0c..8f9373136996 100644
--- a/sfx2/uiconfig/ui/newstyle.ui
+++ b/sfx2/uiconfig/ui/newstyle.ui
@@ -135,23 +135,28 @@
                             </child>
                           </object>
                         </child>
+                        <child internal-child="accessible">
+                           <object class="AtkObject" id="styles-atkobject">
+                        <property name="AtkObject::accessible-name" translatable="yes" context="newstyle|styles-atkobject">Custom styles for selected category</property>
+                      </object>
+                    </child>
                       </object>
                     </child>
                   </object>
                   <packing>
                     <property name="left_attach">0</property>
-                    <property name="top_attach">1</property>
+                    <property name="top_attach">2</property>
                   </packing>
                 </child>
                 <child>
                   <object class="GtkEntry" id="stylename">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
-                    <property name="activates_default">True</property>
                     <property name="hexpand">True</property>
+                    <property name="activates_default">True</property>
                     <child internal-child="accessible">
                       <object class="AtkObject" id="stylename-atkobject">
-                        <property name="AtkObject::accessible-name" translatable="yes" context="newstyle|stylename-atkobject">Style Name</property>
+                        <property name="AtkObject::accessible-name" translatable="yes" context="newstyle|stylename-atkobject">Style name</property>
                       </object>
                     </child>
                   </object>
@@ -160,13 +165,29 @@
                     <property name="top_attach">0</property>
                   </packing>
                 </child>
+                <child>
+                  <object class="GtkLabel" id="categorylabel">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <property name="mnemonic-widget">styles</property>
+                    <property name="xalign">0</property>
+                    <property name="label" translatable="yes" context="newstyle|categorylabel">Custom styles for current document</property>
+                    <attributes>
+                      <attribute name="weight" value="bold"/>
+                    </attributes>
+                  </object>
+                  <packing>
+                    <property name="left_attach">0</property>
+                    <property name="top_attach">1</property>
+                  </packing>
+                </child>
               </object>
             </child>
             <child type="label">
               <object class="GtkLabel" id="label1">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="label" translatable="yes" context="newstyle|label1">Enter New Style Name:</property>
+                <property name="label" translatable="yes" context="newstyle|label1">Enter new style name:</property>
                 <attributes>
                   <attribute name="weight" value="bold"/>
                 </attributes>


More information about the Libreoffice-commits mailing list