summaryrefslogtreecommitdiff
path: root/sd/uiconfig/sdraw/toolbar/optimizetablebar.xml
diff options
context:
space:
mode:
authorJustin Luth <justin_luth@sil.org>2018-09-07 09:24:01 +0300
committerJustin Luth <justin_luth@sil.org>2018-09-22 06:27:48 +0200
commit871795ad598dfccc156e6dd47937638893b727d8 (patch)
tree943933c3a81caaab922a62f31cf67dbbbfa8c5a4 /sd/uiconfig/sdraw/toolbar/optimizetablebar.xml
parentbb11b48e6a4317a73b52ebf7646339d921fb7641 (diff)
tdf#117721 draw ui: add .uno::SetOptimalRowHeight
Optimal row height: Adjusts the height of the selected rows to fit the content, causing the table to shrink. This really is SetMinimalRowHeight, but until minimize is also added, it is the most desirable optimization. Change-Id: I90717b2752027404a85fd5eb01c68279996598ca Reviewed-on: https://gerrit.libreoffice.org/60129 Reviewed-by: Justin Luth <justin_luth@sil.org> Tested-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'sd/uiconfig/sdraw/toolbar/optimizetablebar.xml')
-rw-r--r--sd/uiconfig/sdraw/toolbar/optimizetablebar.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/uiconfig/sdraw/toolbar/optimizetablebar.xml b/sd/uiconfig/sdraw/toolbar/optimizetablebar.xml
index 69aac8bdd769..62fa53214a7c 100644
--- a/sd/uiconfig/sdraw/toolbar/optimizetablebar.xml
+++ b/sd/uiconfig/sdraw/toolbar/optimizetablebar.xml
@@ -20,5 +20,6 @@
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
<toolbar:toolbaritem xlink:href=".uno:DistributeColumns"/>
<toolbar:toolbaritem xlink:href=".uno:DistributeRows"/>
+ <toolbar:toolbaritem xlink:href=".uno:SetOptimalRowHeight"/>
<toolbar:toolbaritem xlink:href=".uno:SetOptimalColumnWidth"/>
</toolbar:toolbar>