Skip to content

faces/text: Use grid layout for compact representation

Arjen Hiemstra requested to merge work/ahiemstra/textonlysize into master
  • formatter: Use 999.9 for determining max length of percentage unit

Rather than 9999.9, most of the time we display percentages up to 100% so assuming four digits is a bit excessive.

  • faces/text: Use grid layout for compact representation

This allows the compact rep to keep displaying multiple items, moving them to new columns (in horizontal mode) or rows (in vertical mode) as needed. Only if we can't even fit a full row/column of all the items do we switch to smaller text.

BUG: 488816

Merge request reports