Files
ladybird/Userland/Applications/Browser/CookiesTab.gml
2022-03-02 18:11:17 +01:00

17 lines
286 B
Plaintext

@GUI::Widget {
name: "cookies_tab"
layout: @GUI::VerticalBoxLayout {
margins: [4]
}
@GUI::GroupBox {
layout: @GUI::VerticalBoxLayout {
margins: [6]
}
@GUI::TableView {
name: "cookies_tableview"
}
}
}