mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +00:00

Fixes incorrect painting with variable thickness and cuts down on some layout boilerplate.
17 lines
284 B
Text
17 lines
284 B
Text
@GUI::Widget {
|
|
fill_with_background_color: true
|
|
layout: @GUI::VerticalBoxLayout {
|
|
}
|
|
|
|
@GUI::ToolBarContainer {
|
|
name: "toolbar_container"
|
|
|
|
@GUI::ToolBar {
|
|
name: "toolbar"
|
|
}
|
|
}
|
|
|
|
@GUI::Calendar {
|
|
name: "calendar"
|
|
}
|
|
}
|