mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 09:05:09 +00:00
16 lines
286 B
Text
16 lines
286 B
Text
@GUI::Widget {
|
|
name: "cookies_tab"
|
|
layout: @GUI::VerticalBoxLayout {
|
|
margins: [4]
|
|
}
|
|
|
|
@GUI::GroupBox {
|
|
layout: @GUI::VerticalBoxLayout {
|
|
margins: [6]
|
|
}
|
|
|
|
@GUI::TableView {
|
|
name: "cookies_tableview"
|
|
}
|
|
}
|
|
}
|