1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:27:46 +00:00

GMLPlayground: Add a toolbar

No new features, but it sure makes things look more fancy. :^)
This commit is contained in:
Sam Atkins 2023-01-12 17:01:08 +00:00 committed by Andreas Kling
parent 9d3e174040
commit 7164b2f758
2 changed files with 27 additions and 4 deletions

View file

@ -2,6 +2,12 @@
layout: @GUI::VerticalBoxLayout {}
fill_with_background_color: true
@GUI::ToolbarContainer {
@GUI::Toolbar {
name: "toolbar"
}
}
@GUI::HorizontalSplitter {
layout: @GUI::HorizontalBoxLayout {}
name: "splitter"