Newer
Older
minerva / Userland / Applications / Browser / History / HistoryWidget.gml
@minerva minerva on 13 Jul 278 bytes Initial commit
@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"
    }
}