mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:37:35 +00:00
PixelPaint: Add a toolbar to the main UI :^)
This commit is contained in:
parent
5b6d879721
commit
c7c273c31d
2 changed files with 48 additions and 23 deletions
|
@ -6,6 +6,14 @@
|
|||
spacing: 2
|
||||
}
|
||||
|
||||
@GUI::ToolbarContainer {
|
||||
name: "toolbar_container"
|
||||
|
||||
@GUI::Toolbar {
|
||||
name: "toolbar"
|
||||
}
|
||||
}
|
||||
|
||||
@GUI::Widget {
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
spacing: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue