1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 07:07:34 +00:00
serenity/Userland/Applications/Terminal
sin-ack 9c9a5c55cb Userland+LibGUI: Make Margins arguments match CSS ordering
Previously the argument order for Margins was (left, top, right,
bottom). To make it more familiar and closer to how CSS does it, the
argument order is now (top, right, bottom, left).
2021-08-18 10:30:50 +02:00
..
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
main.cpp Userland: Fix PATH environment variable ordering 2021-08-12 18:56:30 +02:00
TerminalSettingsWindow.gml Userland+LibGUI: Make Margins arguments match CSS ordering 2021-08-18 10:30:50 +02:00