feat: update demo

This commit is contained in:
2023-11-19 05:57:22 +08:00
parent d58f7d283f
commit 98f062bf8c
2 changed files with 30 additions and 8 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 = 950.dp)
) { MainView() }
}