1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:57:45 +00:00

LibWeb: Move cells positioning in separate function in TFC

This commit is contained in:
Aliaksandr Kalenik 2023-01-08 00:57:57 +03:00 committed by Andreas Kling
parent ea4937a457
commit 0e1da540b6
2 changed files with 30 additions and 25 deletions

View file

@ -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 };