feat: update demo

This commit is contained in:
2023-11-18 01:10:10 +08:00
parent c5994c0f2d
commit f574b23b1e
2 changed files with 34 additions and 6 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() }
}