mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-08 08:44:22 +00:00
17 lines
286 B
Plaintext
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"
|
|
}
|
|
}
|
|
}
|