Humphrey
12/05/2021, 11:31 AMfun main() = application {
Window(
onCloseRequest = ::exitApplication,
title = "Compose for Desktop",
state = rememberWindowState(width = 600.dp, height = 600.dp)
)
I want it to be able to expand but I don't want it to be to small.Alexander Kurasov[JB]
12/07/2021, 2:42 PMHumphrey
12/07/2021, 2:46 PM