mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
16 lines
287 B
Plaintext
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"
|
|
}
|
|
}
|