feat: update demo

This commit is contained in:
2023-11-11 00:26:25 +08:00
parent 39e065733d
commit 9b85f77892
2 changed files with 26 additions and 9 deletions

View File

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