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

11 lines
184 B
Plaintext

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