solenv/sanitizers/ui/modules/swriter.false |    1 +
 sw/uiconfig/swriter/ui/pageformatpanel.ui  |    5 +++++
 2 files changed, 6 insertions(+)

New commits:
commit e99666c5a764fac14a04d84181f98e96786345aa
Author: Samuel Thibault <sthiba...@hypra.fr>
Date:   Mon Apr 16 10:39:38 2018 +0200

    swriter: Add missing labelling
    
    The page format panel was completely missing labelling.
    
    The "Custom" label is actually used a a resource, suppress the labelling
    warning for it.
    
    Change-Id: I1c026f7a743b5da45f244d2527ab2b66165ccd4a
    Reviewed-on: https://gerrit.libreoffice.org/52946
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Katarina Behrens <katarina.behr...@cib.de>

diff --git a/solenv/sanitizers/ui/modules/swriter.false 
b/solenv/sanitizers/ui/modules/swriter.false
index bbba7d731c7e..83c62dd064b3 100644
--- a/solenv/sanitizers/ui/modules/swriter.false
+++ b/solenv/sanitizers/ui/modules/swriter.false
@@ -1 +1,2 @@
 sw/uiconfig/swriter/ui/sortdialog.ui://GtkLabel[@id='order'] orphan-label
+sw/uiconfig/swriter/ui/pageformatpanel.ui://GtkLabel[@id='customlabel'] 
orphan-label
diff --git a/sw/uiconfig/swriter/ui/pageformatpanel.ui 
b/sw/uiconfig/swriter/ui/pageformatpanel.ui
index 8c541a4e65ee..579db0800223 100644
--- a/sw/uiconfig/swriter/ui/pageformatpanel.ui
+++ b/sw/uiconfig/swriter/ui/pageformatpanel.ui
@@ -22,6 +22,7 @@
             <property name="can_focus">False</property>
             <property name="label" translatable="yes" 
context="pageformatpanel|size">Size:</property>
             <property name="xalign">1</property>
+            <property name="mnemonic_widget">papersize</property>
           </object>
           <packing>
             <property name="left_attach">0</property>
@@ -34,6 +35,7 @@
             <property name="can_focus">False</property>
             <property name="label" translatable="yes" 
context="pageformatpanel|width">Width:</property>
             <property name="xalign">1</property>
+            <property name="mnemonic_widget">paperwidth</property>
           </object>
           <packing>
             <property name="left_attach">0</property>
@@ -46,6 +48,7 @@
             <property name="can_focus">False</property>
             <property name="label" translatable="yes" 
context="pageformatpanel|height">Height:</property>
             <property name="xalign">1</property>
+            <property name="mnemonic_widget">paperheight</property>
           </object>
           <packing>
             <property name="left_attach">0</property>
@@ -58,6 +61,7 @@
             <property name="can_focus">False</property>
             <property name="label" translatable="yes" 
context="pageformatpanel|orientation">Orientation:</property>
             <property name="xalign">1</property>
+            <property name="mnemonic_widget">paperorientation</property>
           </object>
           <packing>
             <property name="left_attach">0</property>
@@ -124,6 +128,7 @@
             <property name="can_focus">False</property>
             <property name="label" translatable="yes" 
context="pageformatpanel|margin">Margins:</property>
             <property name="xalign">1</property>
+            <property name="mnemonic_widget">marginLB</property>
           </object>
           <packing>
             <property name="left_attach">0</property>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to