mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 23:28:12 +00:00
23 lines
436 B
Text
23 lines
436 B
Text
@GUI::Widget {
|
|
layout: @GUI::VerticalBoxLayout {}
|
|
fill_with_background_color: true
|
|
|
|
@GUI::ToolbarContainer {
|
|
@GUI::Toolbar {
|
|
name: "toolbar"
|
|
}
|
|
}
|
|
|
|
@GUI::HorizontalSplitter {
|
|
layout: @GUI::HorizontalBoxLayout {}
|
|
name: "splitter"
|
|
|
|
@GUI::TextEditor {
|
|
name: "text_editor"
|
|
}
|
|
|
|
@GUI::Frame {
|
|
name: "preview_frame"
|
|
}
|
|
}
|
|
}
|