mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 03:18:11 +00:00
22 lines
361 B
Text
22 lines
361 B
Text
@GUI::Widget {
|
|
layout: @GUI::VerticalBoxLayout {
|
|
}
|
|
|
|
@GUI::ToolBarContainer {
|
|
name: "toolbar_container"
|
|
|
|
@GUI::ToolBar {
|
|
name: "toolbar"
|
|
}
|
|
}
|
|
|
|
@GUI::Widget {
|
|
name: "webview_container"
|
|
layout: @GUI::VerticalBoxLayout {
|
|
}
|
|
}
|
|
|
|
@GUI::StatusBar {
|
|
name: "statusbar"
|
|
}
|
|
}
|