[Libreoffice-bugs] [Bug 64242] TABLE: correct UX handling of "Distribute" and "Equally Space" table Columns and Rows

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Sep 22 17:10:21 UTC 2018


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

--- Comment #23 from Justin L <jluth at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180922/9b5374c7/attachment.html>


More information about the Libreoffice-bugs mailing list