Skip to content

Aligning Image and text to be centered on the vertical axis #7759

Closed Answered by hunger
yosi199 asked this question in Q&A
Discussion options

You must be logged in to vote

Something like this:

component Main {
    HorizontalLayout {
        padding-left: 0px;
        spacing: 8px;

        Rectangle {
            width: 24px;
            height: 36px;
            background: blue;
        }

        Text {
            vertical-alignment: center;
            padding: 0px;
            text: "Some title";
            font-size: 24px;
            font-weight: 800;
        }
    }
}

?

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yosi199
# for free to join this conversation on GitHub. Already have an account? # to comment
Category
Q&A
Labels
None yet
2 participants