1 2 3 4 5 6 7 8 9 10
@GUI::Widget { fill_with_background_color: true layout: @GUI::VerticalBoxLayout { margins: [4, 4, 4, 4] } @GUI::TabWidget { name: "tab_widget" } }