Files
ladybird/Userland/Demos/WidgetGallery/GalleryGML/Window.gml

12 lines
205 B
Plaintext

@GUI::Widget {
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {
margins: [4]
}
@GUI::TabWidget {
name: "tab_widget"
reorder_allowed: true
}
}