mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-26 06:30:29 +00:00
98fb5e4bbd
* Fix percentage and ratio constraints for table to take borders into account Percentage and ratio constraints don't take borders into account, which causes the table to not be correctly aligned. This is easily seen when using 50/50 percentage split with bordered table. However fixing this causes the last column of table to not get printed, so there is probably another problem with columns width determination. * Fix rounding of cassowary solved widths to eliminate imprecisions * Fix formatting to fit convention Co-authored-by: Kemyt <kemyt4@gmail.com> |
||
---|---|---|
.. | ||
backend_termion.rs | ||
terminal.rs | ||
widgets_barchart.rs | ||
widgets_block.rs | ||
widgets_chart.rs | ||
widgets_gauge.rs | ||
widgets_list.rs | ||
widgets_paragraph.rs | ||
widgets_table.rs | ||
widgets_tabs.rs |