mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 07:50:04 +00:00
LibWeb: Move cells positioning in separate function in TFC
This commit is contained in:
parent
ea4937a457
commit
0e1da540b6
Notes:
sideshowbarker
2024-07-17 01:54:40 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: 0e1da540b6
Pull-request: https://github.com/SerenityOS/serenity/pull/16899
Reviewed-by: https://github.com/awesomekling
2 changed files with 30 additions and 25 deletions
|
@ -27,6 +27,7 @@ private:
|
|||
void determine_intrisic_size_of_table_container(AvailableSpace const& available_space);
|
||||
void calculate_row_heights();
|
||||
void position_row_boxes();
|
||||
void position_cell_boxes();
|
||||
|
||||
CSSPixels m_automatic_content_height { 0 };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue