1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 01:15:07 +00:00
serenity/Userland/Applications/ThemeEditor/FlagProperty.gml

12 lines
223 B
Text

@GUI::Frame {
layout: @GUI::HorizontalBoxLayout {
spacing: 4
}
preferred_height: "fit"
@GUI::CheckBox {
name: "checkbox"
text: "Some flag"
checkbox_position: "Right"
}
}