mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 09:18:05 +03:00
18 lines
297 B
Plaintext
18 lines
297 B
Plaintext
@GUI::Frame {
|
|
layout: @GUI::HorizontalBoxLayout {
|
|
spacing: 4
|
|
}
|
|
preferred_height: "fit"
|
|
|
|
@GUI::Label {
|
|
name: "name"
|
|
text: "Some metric"
|
|
text_alignment: "CenterLeft"
|
|
fixed_width: 200
|
|
}
|
|
|
|
@GUI::SpinBox {
|
|
name: "spin_box"
|
|
}
|
|
}
|