summaryrefslogtreecommitdiff
path: root/Applications/Browser/Tab.gml
blob: 24c7456d776576d22591853b638eca6c5ffc3e9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@GUI::Widget {
    layout: @GUI::VerticalBoxLayout {
    }

    @GUI::ToolBarContainer {
        name: "toolbar_container"

        @GUI::ToolBar {
            name: "toolbar"
        }
    }

    @GUI::Widget {
        name: "webview_container"
        layout: @GUI::VerticalBoxLayout {
        }
    }

    @GUI::StatusBar {
        name: "statusbar"
    }
}