feat: update demo

This commit is contained in:
2023-11-15 04:52:13 +08:00
parent 6c9a9c05d3
commit 0330f5a36c
3 changed files with 77 additions and 56 deletions

View File

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