Files
ladybird/Userland/Libraries/LibGUI/BoxLayout.cpp
Karol Kosek ea99589d04 LibGUI: Take only valid sizes when calculating BoxLayout preferred size
We ran a min() function to clamp child widgets to their maximum size,
but if it wasn't set, it got -1 and made the widget able to shrink
completely.
2022-05-11 20:24:38 +02:00

8.4 KiB