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:
parent
9d3e174040
commit
7164b2f758
2 changed files with 27 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue