1
Fork 0
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:
Andreas Kling 2021-05-16 00:26:27 +02:00
parent 5b6d879721
commit c7c273c31d
2 changed files with 48 additions and 23 deletions

View file

@ -6,6 +6,14 @@
spacing: 2
}
@GUI::ToolbarContainer {
name: "toolbar_container"
@GUI::Toolbar {
name: "toolbar"
}
}
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout {
spacing: 0