1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 04:35:06 +00:00
serenity/Userland/Applications/Browser/BrowserWindow.gml
2021-01-12 12:05:23 +01:00

15 lines
287 B
Text

@GUI::Widget {
name: "browser"
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {
spacing: 2
}
@GUI::TabWidget {
name: "tab_widget"
container_padding: 0
uniform_tabs: true
text_alignment: "CenterLeft"
}
}