mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 18:35:09 +00:00
17 lines
312 B
Text
17 lines
312 B
Text
@GUI::Widget {
|
|
name: "cursors_tab"
|
|
layout: @GUI::VerticalBoxLayout {
|
|
margins: [4]
|
|
}
|
|
|
|
@GUI::GroupBox {
|
|
layout: @GUI::VerticalBoxLayout {
|
|
margins: [6]
|
|
}
|
|
|
|
@GUI::TableView {
|
|
name: "cursors_tableview"
|
|
font_size: 12
|
|
}
|
|
}
|
|
}
|