Newer
Older
minerva / Userland / Applications / ThemeEditor / FlagProperty.gml
@minerva minerva on 13 Jul 223 bytes Initial commit
@GUI::Frame {
    layout: @GUI::HorizontalBoxLayout {
        spacing: 4
    }
    preferred_height: "fit"

    @GUI::CheckBox {
        name: "checkbox"
        text: "Some flag"
        checkbox_position: "Right"
    }
}