Replies: 1 comment
-
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;
}
}
} ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to align the image and the text around the center anchor (on the vertical axis), how do I achieve this?
code for reference:
Beta Was this translation helpful? Give feedback.
All reactions