From 59ed21b1720db5fd0326e1b723483b288725e662 Mon Sep 17 00:00:00 2001 From: Justin Luth Date: Thu, 20 Sep 2018 17:16:14 +0300 Subject: tdf#64242 sw add minimize table col/row UI A followup commit will modify the optimize functions, which currently function as a minimize, so lets make sure that the ability to minimize is still available. Minimize column width: Adjusts the width of the selected columns to fit the selected content. The table can shrink if necessary, but will not grow. (This is how Optimize column width worked in LO <= 6.1.) Minimize row height: Adjusts the height of the selected rows to fit the content, causing the table to shrink. (This is how Optimize row height worked in LO <= 6.1.) Change-Id: I2c0b8c7b7a05c31328f2feef464ef0e131318ff8 Reviewed-on: https://gerrit.libreoffice.org/60902 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sw/uiconfig/swreport/popupmenu/table.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'sw/uiconfig/swreport/popupmenu/table.xml') diff --git a/sw/uiconfig/swreport/popupmenu/table.xml b/sw/uiconfig/swreport/popupmenu/table.xml index 627b4aa562b4..60e3bb047c41 100644 --- a/sw/uiconfig/swreport/popupmenu/table.xml +++ b/sw/uiconfig/swreport/popupmenu/table.xml @@ -45,13 +45,15 @@ - - - - + + + + + + -- cgit v1.2.3