mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 10:06:03 +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
Notes:
sideshowbarker
2024-07-18 18:04:13 +09:00
Author: https://github.com/awesomekling
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