diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2019-12-27 11:38:51 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-01-06 09:56:40 +0100 |
commit | 9667a8ab1c4809c75f6258a8739b9036c86b2a37 (patch) | |
tree | 00dc1612e13d693fd6bbfa4c3b60251f03516b1b /cui/uiconfig | |
parent | 53bda3f58162072e50cffc11279639c986065da0 (diff) |
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@documentfoundation.org>
Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/numberingoptionspage.ui | 15 | ||||
-rw-r--r-- | cui/uiconfig/ui/numberingpositionpage.ui | 10 |
2 files changed, 25 insertions, 0 deletions
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> |