mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:37:35 +00:00
PixelPaint: Wrap the toolbox widget in a GUI::ToolbarContainer
This makes it consistent with the main toolbar and looks quite nice.
This commit is contained in:
parent
c7c273c31d
commit
01d88f1b31
1 changed files with 7 additions and 3 deletions
|
@ -16,11 +16,15 @@
|
|||
|
||||
@GUI::Widget {
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
spacing: 0
|
||||
spacing: 2
|
||||
}
|
||||
|
||||
@PixelPaint::ToolboxWidget {
|
||||
name: "toolbox"
|
||||
@GUI::ToolbarContainer {
|
||||
name: "toolbar_container"
|
||||
|
||||
@PixelPaint::ToolboxWidget {
|
||||
name: "toolbox"
|
||||
}
|
||||
}
|
||||
|
||||
@GUI::Widget {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue