1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 17:44:56 +09:00
ladybird/Userland/Applications/Browser/BrowserWindow.gml

20 lines
438 B
Text

@GUI::Widget {
name: "browser"
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {}
@GUI::HorizontalSeparator {
name: "top_line"
fixed_height: 2
visible: false
}
@GUI::TabWidget {
name: "tab_widget"
container_margins: [0]
uniform_tabs: true
reorder_allowed: true
show_close_buttons: true
text_alignment: "CenterLeft"
}
}