mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
16 lines
278 B
Plaintext
16 lines
278 B
Plaintext
@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"
|
|
}
|
|
}
|