1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 09:11:00 +00:00
serenity/Userland/Applications/TextEditor
thankyouverycool fe864af0dc LibGUI+Apps: Prevent Splitter children from being unresizable
Splitters could be resized in such an order that all their remaining
children were fixed size, leading to unfillable gaps on resize events.

HackStudio and TextEditor already had logic to handle this edge case,
so this patch factors it into a general solution for all Splitters.
At least one widget is now guaranteed to be resizeable after a child
is removed.
2022-02-23 18:56:22 +02:00
..
CMakeLists.txt Userland: Link directly against LibUnicodeData where needed 2021-12-30 14:18:12 +01:00
FileArgument.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
FileArgument.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
main.cpp LibConfig: Rename pledge_domains(String) => pledge_domain(String) 2022-02-11 18:06:39 +01:00
MainWidget.cpp LibGUI+Apps: Prevent Splitter children from being unresizable 2022-02-23 18:56:22 +02:00
MainWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
TextEditorWindow.gml LibGUI+Apps: Let Splitters select which resizee to set fixed 2022-02-23 18:56:22 +02:00