TIL you can center a window on the screen via comp...
# compose-desktop
c
TIL you can center a window on the screen via compose alignment apis. lol. I've been calculating positioning manually this whole time
Copy code
Window(
            state = rememberWindowState(position = WindowPosition(Alignment.Center)),
👀 2
🔥 3
s
Wayland entered the chat
l
Thanks for sharing, I just starting using this hahaha