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

Seth Chaiklin (via logerrit) logerrit at kemper.freedesktop.org
Mon Jan 6 08:57:13 UTC 2020


 cui/uiconfig/ui/numberingoptionspage.ui  |   15 +++++++++++++++
 cui/uiconfig/ui/numberingpositionpage.ui |   10 ++++++++++
 2 files changed, 25 insertions(+)

New commits:
commit 9667a8ab1c4809c75f6258a8739b9036c86b2a37
Author:     Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Fri Dec 27 11:38:51 2019 +0100
Commit:     Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Mon Jan 6 09:56:40 2020 +0100

    tdf#129517 add "Preview" labels in BulletandNumberingStyle dialog box
    
    - on Position tab
    - on Customize tab
    
    Change-Id: I62b316ec36c1c65c0028a16e9717f0fd363b550f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85861
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
    Tested-by: Heiko Tietze <heiko.tietze at documentfoundation.org>

diff --git a/cui/uiconfig/ui/numberingoptionspage.ui b/cui/uiconfig/ui/numberingoptionspage.ui
index dc575cc267c6..c13f9dad950d 100644
--- a/cui/uiconfig/ui/numberingoptionspage.ui
+++ b/cui/uiconfig/ui/numberingoptionspage.ui
@@ -609,6 +609,21 @@
                         <property name="position">1</property>
                       </packing>
                     </child>
+                     <child type="label">
+                             <object class="GtkLabel" id="previewlabel">
+                                <property name="visible">True</property>
+                                <property name="can_focus">False</property>
+                                <property name="label" translatable="yes" context="numberingoptionspage|previewlabel">Preview</property>
+                                <attributes>
+                                   <attribute name="weight" value="bold"/>
+                                </attributes>
+                             </object>
+                         </child>
+                     <packing>
+                        <property name="expand">True</property>
+                        <property name="fill">True</property>
+                        <property name="position">1</property>
+                     </packing>
                   </object>
                 </child>
               </object>
diff --git a/cui/uiconfig/ui/numberingpositionpage.ui b/cui/uiconfig/ui/numberingpositionpage.ui
index ce7b85b08933..75be42c1456b 100644
--- a/cui/uiconfig/ui/numberingpositionpage.ui
+++ b/cui/uiconfig/ui/numberingpositionpage.ui
@@ -485,6 +485,16 @@ numbering and text:</property>
             <property name="position">1</property>
           </packing>
         </child>
+        <child type="label">
+              <object class="GtkLabel" id="previewlabel">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="label" translatable="yes" context="numberingpositionpage|previewlabel">Preview</property>
+                <attributes>
+                  <attribute name="weight" value="bold"/>
+                </attributes>
+              </object>
+            </child>
       </object>
       <packing>
         <property name="expand">False</property>


More information about the Libreoffice-commits mailing list