1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 17:44:56 +09:00
ladybird/Userland/Applications/Browser/History/HistoryWidget.gml
2022-12-31 04:36:22 -07:00

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"
}
}