Skip to content

dialog.slint dialog-theme #58

Description

@z954134

title := SText {
font-size: root.dialog-title-size;
font-weight: 700;
text: root.dialog-title;
font-italic: root.font-italic;
font-family: root.font-family;
theme: root.dialog-theme;
wrap: root.dialog-title-wrap;
overflow: root.dialog-title-overflow;
horizontal-alignment: root.dialog-title-h-alignment;
vertical-alignment: root.dialog-title-v-alignment;
}

i think this property may in
dialog := SCard {
z: 111;
theme: root.dialog-theme;
....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions