[Libreoffice-commits] core.git: solenv/sanitizers sw/uiconfig
Samuel Thibault
sthibault at hypra.fr
Wed Apr 18 08:28:57 UTC 2018
solenv/sanitizers/ui/modules/swriter.false | 1 +
sw/uiconfig/swriter/ui/pagestylespanel.ui | 4 ++++
2 files changed, 5 insertions(+)
New commits:
commit 77bfe10480bc77fe29d989785c8fda4cb3946560
Author: Samuel Thibault <sthibault at hypra.fr>
Date: Mon Apr 16 10:45:44 2018 +0200
swriter: Add missing labelling
The page style panel was completely missing labelling.
The "Custom" label is actually used a a resource, suppress the labelling
warning for it.
Change-Id: I741ddea4a1608f0d7084dda79af2ab59a6fc5812
Reviewed-on: https://gerrit.libreoffice.org/52947
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>
diff --git a/solenv/sanitizers/ui/modules/swriter.false b/solenv/sanitizers/ui/modules/swriter.false
index 83c62dd064b3..b30009980a01 100644
--- a/solenv/sanitizers/ui/modules/swriter.false
+++ b/solenv/sanitizers/ui/modules/swriter.false
@@ -1,2 +1,3 @@
sw/uiconfig/swriter/ui/sortdialog.ui://GtkLabel[@id='order'] orphan-label
sw/uiconfig/swriter/ui/pageformatpanel.ui://GtkLabel[@id='customlabel'] orphan-label
+sw/uiconfig/swriter/ui/pagestylespanel.ui://GtkLabel[@id='customlabel'] orphan-label
diff --git a/sw/uiconfig/swriter/ui/pagestylespanel.ui b/sw/uiconfig/swriter/ui/pagestylespanel.ui
index c737a7ee0f90..f7f50519bbfb 100644
--- a/sw/uiconfig/swriter/ui/pagestylespanel.ui
+++ b/sw/uiconfig/swriter/ui/pagestylespanel.ui
@@ -49,6 +49,7 @@
<property name="can_focus">False</property>
<property name="xalign">1</property>
<property name="label" translatable="yes" context="pagestylespanel|numberslabel">Number:</property>
+ <property name="mnemonic_widget">numberbox</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -63,6 +64,7 @@
<property name="can_focus">False</property>
<property name="xalign">1</property>
<property name="label" translatable="yes" context="pagestylespanel|backgroundlabel">Background:</property>
+ <property name="mnemonic_widget">bgselect</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -89,6 +91,7 @@
<property name="can_focus">False</property>
<property name="xalign">1</property>
<property name="label" translatable="yes" context="pagestylespanel|layoutlabel">Layout:</property>
+ <property name="mnemonic_widget">layoutbox</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -117,6 +120,7 @@
<property name="can_focus">False</property>
<property name="xalign">1</property>
<property name="label" translatable="yes" context="pagestylespanel|columnlabel">Columns:</property>
+ <property name="mnemonic_widget">columnbox</property>
</object>
<packing>
<property name="left_attach">0</property>
More information about the Libreoffice-commits
mailing list