https://bugs.documentfoundation.org/show_bug.cgi?id=64242

--- Comment #23 from Justin L <jl...@mail.com> ---
Suggested help content  (note that the proposed commit is the implementation of
the description - not an edit to the help. In other words, it is an
implementation of my suggestion in comment 19.)

Distribute columns evenly: Adjusts the width of the selected columns so that
each column has the same width, regardless of content. The table width remains
unchanged.

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.)
https://gerrit.libreoffice.org/60902 tdf#64242 sw add minimize table col/row UI

Optimize column width: Adjusts the width of the selected columns to fit the
selected content, without changing the width of the table. Any leftover space
is distributed proportionately, with thin columns growing slightly, and wide
columns growing much wider.
https://gerrit.libreoffice.org/60905 tdf#64242 sw optimal column width, not
minimize

Distribute rows evenly: Adjusts the height of the selected rows to match the
height of the tallest row in the selection (regardless of the content), causing
the table to grow.

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.)
(same commit as minimize column width)

Optimize row height: Adjust the height of the selected rows to match the height
of the tallest row in the selection (fit to content), without shrinking the
table. This option is the same as minimizing row height and then distributing
rows evenly except that it adds the benefit of preventing the table from
shrinking.
https://gerrit.libreoffice.org/60903 tdf#64242 sw optimal row height, not
minimize

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to