mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 18:24:45 -05: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"
|
|
}
|
|
}
|