serenity/Userland/Applications/ThemeEditor/FlagProperty.gml

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"
}
}