In macOS 26 Tahoe, window rounded corners vary by ...
# compose-desktop
x
In macOS 26 Tahoe, window rounded corners vary by context—for instance, windows with a toolbar feature extra-large rounded corners. Is there a way to implement these native, context-aware rounded corner styles in Compose Desktop?
👀 2
a
Not a built-in one AFAIK. You’ll need to use native code.
❤️ 1
h
As a developer and macOS user, why Apple, why? 🫠
4
😬 5
s
If you want to call native code on macOS I'd recommend borrowing the Foundation classes from IntelliJ Platform 😉
❤️ 1
It makes it somewhat tolerable
a
IMHO these are Apple Design failures. There is a reason the Apple design executive was fired and as such this will be rectified in the futute
u
https://nucleus.kdroidfilter.com/targets/macos/#macos-26-window-appearance maybe check this, Because just by compiling with a runtime that was compiled with Xcode 26, we already have larger traffic lights and more rounded edges.
@Xu Moria I just released a new version of Nucleus with a new
macOSLargeCornerRadius()
modifier : https://nucleus.kdroidfilter.com/runtime/decorated-window/#macoslargecornerradius-large-corner-radius
❤️ 1
x
Thank you very much! I’ll try it as soon as possible!