1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:27:35 +00:00

LibWeb: Move rows heights calculation in separate function in TFC

This commit is contained in:
Aliaksandr Kalenik 2023-01-08 00:31:00 +03:00 committed by Andreas Kling
parent a915fee5f3
commit 7d2a72d748
2 changed files with 44 additions and 38 deletions

View file

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