JetBrains / compose-multiplatform

Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
https://jetbrains.com/lp/compose-multiplatform
Apache License 2.0
15.87k stars 1.15k forks source link

launcher Window transparency #418

Open connectionlink opened 3 years ago

connectionlink commented 3 years ago

Is background transparency for the main window supported?

Rsedaikin commented 3 years ago

Currently, not all supported operating systems support window transparency, so for now we decided to disable transparency in order to achieve the same behavior on all operating systems. But of course, when we solve this problem, we will add this feature to a future CFD release.

smallshen commented 3 years ago

@Rsedaikin Is their anyway to enable the window transparent? When I am sure the system support it

aclassen commented 3 years ago

Running Windows you can change the opacity of a (not rounded) undecorated Window via LocalAppWindow.current.window.opacity = 0.5F

danieldaydan commented 3 years ago

Can the window be rounded?

okushnikov commented 1 month ago

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.