mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
14 lines
242 B
Text
14 lines
242 B
Text
@GUI::Frame {
|
|
layout: @GUI::VerticalBoxLayout {
|
|
margins: [2, 0, 0, 0]
|
|
}
|
|
fill_with_background_color: true
|
|
|
|
@GUI::TextBox {
|
|
name: "search_input"
|
|
}
|
|
|
|
@GUI::TableView {
|
|
name: "results_table"
|
|
}
|
|
}
|