From add110bad816fadeb96e7af0d4689389c04c263e Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 19 Oct 2022 08:44:38 +0200 Subject: sw content controls, alias and tag: add UI - add 2 new weld::Entry instances to edit these strings + matching labels - extend the grid to have 2 columns, as previously only a checkbox was there for all content controls, which only needed a single column, but now we want label + entry pairs in later rows - cover this with a UITest Change-Id: Ia5cfb90725d3b5b40eccf15ec7c7823e0e6d6751 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141522 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- sw/uiconfig/swriter/ui/contentcontroldlg.ui | 51 ++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) (limited to 'sw/uiconfig') diff --git a/sw/uiconfig/swriter/ui/contentcontroldlg.ui b/sw/uiconfig/swriter/ui/contentcontroldlg.ui index f1907aae396b..8918a53a4a72 100644 --- a/sw/uiconfig/swriter/ui/contentcontroldlg.ui +++ b/sw/uiconfig/swriter/ui/contentcontroldlg.ui @@ -91,7 +91,7 @@ - + True False @@ -111,6 +111,55 @@ 0 0 + 2 + + + + + True + False + Title: + aliasentry + 0 + + + 0 + 1 + + + + + True + False + Tag: + tagentry + 0 + + + 0 + 2 + + + + + True + True + True + + + 1 + 1 + + + + + True + True + True + + + 1 + 2 -- cgit