mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 15:34:58 +00:00
10 lines
175 B
Text
10 lines
175 B
Text
@GUI::Widget {
|
|
fill_with_background_color: true
|
|
layout: @GUI::VerticalBoxLayout {
|
|
margins: [4]
|
|
}
|
|
|
|
@GUI::TabWidget {
|
|
name: "tab_widget"
|
|
}
|
|
}
|