Newer
Older
minerva / Userland / Demos / WidgetGallery / GalleryGML / Window.gml
@minerva minerva on 13 Jul 205 bytes Initial commit
@GUI::Widget {
    fill_with_background_color: true
    layout: @GUI::VerticalBoxLayout {
        margins: [4]
    }

    @GUI::TabWidget {
        name: "tab_widget"
        reorder_allowed: true
    }
}