diff options
author | Linus Groh <mail@linusgroh.de> | 2020-12-27 17:21:31 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-12-27 18:36:43 +0100 |
commit | dc55fbeb791aef5bc5c4793a029390939da0b07a (patch) | |
tree | 31f192a008c6b601501120ec4cbf985c251d2a58 /Libraries | |
parent | 999e3f87a96cd2d11d3777dab002678802588d01 (diff) | |
download | serenity-dc55fbeb791aef5bc5c4793a029390939da0b07a.zip |
Playground: Pre-populate the text editor with some GML
The text editor is now populated with some very basic GML after startup:
@GUI::Widget {
layout: @GUI::VerticalBoxLayout {
}
// Now add some widgets!
}
Less typing, less intimidating! :^)
Diffstat (limited to 'Libraries')
0 files changed, 0 insertions, 0 deletions