mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +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 {
|
@GUI::Widget {
|
||||||
layout: @GUI::HorizontalBoxLayout {
|
layout: @GUI::HorizontalBoxLayout {
|
||||||
spacing: 0
|
spacing: 2
|
||||||
}
|
}
|
||||||
|
|
||||||
@PixelPaint::ToolboxWidget {
|
@GUI::ToolbarContainer {
|
||||||
name: "toolbox"
|
name: "toolbar_container"
|
||||||
|
|
||||||
|
@PixelPaint::ToolboxWidget {
|
||||||
|
name: "toolbox"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::Widget {
|
@GUI::Widget {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue