mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
20 lines
438 B
Text
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"
|
|
}
|
|
}
|