-
Something like I want to use this with |
Beta Was this translation helpful? Give feedback.
Answered by
ogoffart
Feb 11, 2025
Replies: 1 comment 1 reply
-
Something like this: import { AboutSlint } from "std-widgets.slint";
export component MyWindow inherits Window {
background: transparent;
no-frame: true;
Rectangle {
border-radius: 20px;
background: gray;
AboutSlint {}
}
} Make the window transparent and have a rectangle inside with the right border-radius |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
aurexav
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Something like this:
Make the window transparent and have a rectangle inside with the right border-radius