mirror of
https://github.com/RGBCube/serenity
synced 2025-05-26 01:45:06 +00:00
11 lines
205 B
Text
11 lines
205 B
Text
@GUI::Widget {
|
|
fill_with_background_color: true
|
|
layout: @GUI::VerticalBoxLayout {
|
|
margins: [4]
|
|
}
|
|
|
|
@GUI::TabWidget {
|
|
name: "tab_widget"
|
|
reorder_allowed: true
|
|
}
|
|
}
|