mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 09:24:57 +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"
|
|
}
|
|
}
|