mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
LibWeb: Move rows heights calculation in separate function in TFC
This commit is contained in:
parent
a915fee5f3
commit
7d2a72d748
Notes:
sideshowbarker
2024-07-17 01:54:48 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: 7d2a72d748
Pull-request: https://github.com/SerenityOS/serenity/pull/16899
Reviewed-by: https://github.com/awesomekling
2 changed files with 44 additions and 38 deletions
|
@ -25,6 +25,7 @@ private:
|
|||
void compute_table_width();
|
||||
void distribute_width_to_columns();
|
||||
void determine_intrisic_size_of_table_container(AvailableSpace const& available_space);
|
||||
void calculate_row_heights();
|
||||
|
||||
CSSPixels m_automatic_content_height { 0 };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue