This commit is contained in:
ZeldaZach 2024-12-18 21:24:53 -05:00
parent d66d0b108b
commit 3f210a9b5d
No known key found for this signature in database

View file

@ -1,5 +1,5 @@
/**
* @file flowLayout.cpp
* @file flow_layout.cpp
* @brief Implementation of the FlowLayout class, a custom layout for dynamically organizing widgets
* in rows within the constraints of available width or parent scroll areas.
*/