ladybird/Userland/Applications/Browser/BrowserWindow.gml
2021-01-12 12:05:23 +01:00

16 lines
287 B
Plaintext

@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"
}
}