mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 06:02:07 +03:00
13 lines
223 B
Plaintext
13 lines
223 B
Plaintext
@GUI::Frame {
|
|
layout: @GUI::HorizontalBoxLayout {
|
|
spacing: 4
|
|
}
|
|
preferred_height: "fit"
|
|
|
|
@GUI::CheckBox {
|
|
name: "checkbox"
|
|
text: "Some flag"
|
|
checkbox_position: "Right"
|
|
}
|
|
}
|