feat: update demo

This commit is contained in:
2023-11-21 09:32:29 +08:00
parent c2b58a368d
commit 91d78115bb
2 changed files with 11 additions and 2 deletions

View File

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