-
Notifications
You must be signed in to change notification settings - Fork 819
Labels
need triagingIssue that the owner of the area still need to triageIssue that the owner of the area still need to triage
Description
Bug Description
My goal is to creative a center aligned button with some padding using the following code:
export component AppWindow inherits Window {
HorizontalLayout {
alignment: center;
VerticalLayout {
alignment: center;
Rectangle {
background: #ab4aba;
border-radius: 64px;
padding: 16px;
Text {
font-size: 16px;
text: "Button";
}
}
}
}
}Reproducible Code (if applicable)
Environment Details
- Slint Version: 1.8.0
- Platform/OS: Windows 11
- Programming Language: Rust
- Backend/Renderer: winit (I believe)
Product Impact
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
need triagingIssue that the owner of the area still need to triageIssue that the owner of the area still need to triage

