1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:57:44 +00:00

LibWeb: Move rows positioning in separate function in TFC

This commit is contained in:
Aliaksandr Kalenik 2023-01-08 00:48:17 +03:00 committed by Andreas Kling
parent 7d2a72d748
commit ea4937a457
2 changed files with 40 additions and 35 deletions

View file

@ -26,6 +26,7 @@ private:
void distribute_width_to_columns();
void determine_intrisic_size_of_table_container(AvailableSpace const& available_space);
void calculate_row_heights();
void position_row_boxes();
CSSPixels m_automatic_content_height { 0 };