diff options
author | Justin Luth <justin_luth@sil.org> | 2018-09-07 09:24:01 +0300 |
---|---|---|
committer | Justin Luth <justin_luth@sil.org> | 2018-09-22 06:27:48 +0200 |
commit | 871795ad598dfccc156e6dd47937638893b727d8 (patch) | |
tree | 943933c3a81caaab922a62f31cf67dbbbfa8c5a4 /sd/uiconfig/simpress/popupmenu/table.xml | |
parent | bb11b48e6a4317a73b52ebf7646339d921fb7641 (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/simpress/popupmenu/table.xml')
-rw-r--r-- | sd/uiconfig/simpress/popupmenu/table.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/uiconfig/simpress/popupmenu/table.xml b/sd/uiconfig/simpress/popupmenu/table.xml index e22f2150c48e..8dcf5a4feb01 100644 --- a/sd/uiconfig/simpress/popupmenu/table.xml +++ b/sd/uiconfig/simpress/popupmenu/table.xml @@ -32,6 +32,7 @@ </menu:menu> <menu:menu menu:id=".uno:RowMenu"> <menu:menupopup> + <menu:menuitem menu:id=".uno:SetOptimalRowHeight"/> <menu:menuitem menu:id=".uno:DistributeRows"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:EntireRow"/> |