mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 16:35:08 +00:00
15 lines
278 B
Text
15 lines
278 B
Text
@GUI::Widget {
|
|
fill_with_background_color: true
|
|
layout: @GUI::VerticalBoxLayout {
|
|
margins: [4]
|
|
}
|
|
|
|
@GUI::TextBox {
|
|
name: "history_filter_textbox"
|
|
placeholder: "Filter"
|
|
}
|
|
|
|
@GUI::TableView {
|
|
name: "history_tableview"
|
|
}
|
|
}
|