blob: ab71d41dfe7055ebf0f42d1dfae9d84aa5e4d2a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@GUI::Frame {
layout: @GUI::HorizontalBoxLayout {
spacing: 4
}
preferred_height: "fit"
@GUI::CheckBox {
name: "checkbox"
text: "Some flag"
checkbox_position: "Right"
}
}
|