feat: update demo

This commit is contained in:
2023-11-13 04:22:20 +08:00
parent 4582c23c32
commit b49d7b9c77
2 changed files with 8 additions and 1 deletions

View File

@@ -31,6 +31,6 @@ fun main() = application {
Window(
onCloseRequest = ::exitApplication,
title = "FlexiUI Demo",
state = rememberWindowState(width = 550.dp, height = 700.dp)
state = rememberWindowState(width = 550.dp, height = 800.dp)
) { MainView() }
}