summaryrefslogtreecommitdiff
path: root/Userland/Demos/WidgetGallery/GalleryGML/Window.gml
blob: 33fd586ad57d35ffd3b0cfecd8d9d90798e119c2 (plain)
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"
    }
}