blob: 7de9c1277727e9a15fce746e38e9b66907b90912 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
@GUI::Widget {
name: "cookies_tab"
layout: @GUI::VerticalBoxLayout {
margins: [4]
}
@GUI::GroupBox {
layout: @GUI::VerticalBoxLayout {
margins: [6]
}
@GUI::TableView {
name: "cookies_tableview"
}
}
}
|