mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 10:12:25 -05:00
7164b2f758
No new features, but it sure makes things look more fancy. :^)
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"
|
|
}
|
|
}
|
|
}
|