1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 12:05:08 +00:00
serenity/Base/res/devel/templates
sin-ack e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor
This allows for typing [8] instead of [8, 8, 8, 8] to specify the same
margin on all edges, for example. The constructors follow CSS' style of
specifying margins. The added constructors are:

- Margins(int all): Sets the same margin on all edges.
- Margins(int vertical, int horizontal): Sets the first argument to top
  and bottom margins, and the second argument to left and right margins.
- Margins(int top, int vertical, int bottom): Sets the first argument to
  the top margin, the second argument to the left and right margins,
  and the third argument to the bottom margin.
2021-08-18 10:30:50 +02:00
..
cpp-basic HackStudio: Project templates and New Project dialog 2021-02-13 19:49:30 +01:00
cpp-gui Base: clang-format the cpp-gui template project. 2021-04-25 01:13:59 +02:00
serenity-application Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
cpp-basic.ini HackStudio: Project templates and New Project dialog 2021-02-13 19:49:30 +01:00
cpp-basic.postcreate Base: Convert postcreate scripts to use heredoc 2021-08-13 01:20:35 +04:30
cpp-gui.ini HackStudio: Project templates and New Project dialog 2021-02-13 19:49:30 +01:00
cpp-gui.postcreate Base: Convert postcreate scripts to use heredoc 2021-08-13 01:20:35 +04:30
cpp-library.ini HackStudio: Project templates and New Project dialog 2021-02-13 19:49:30 +01:00
cpp-library.postcreate Base: Convert postcreate scripts to use heredoc 2021-08-13 01:20:35 +04:30
empty.ini HackStudio: Project templates and New Project dialog 2021-02-13 19:49:30 +01:00
serenity-application.ini Base: Add the serenity-application HackStudio template 2021-08-14 13:32:08 +02:00
serenity-application.postcreate Base: Add the serenity-application HackStudio template 2021-08-14 13:32:08 +02:00