refactor: format sample apps name

This commit is contained in:
2023-11-23 01:49:34 +08:00
parent 6190a4fccf
commit a445ddbf08
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ import androidx.compose.ui.window.rememberWindowState
fun main() = application {
Window(
onCloseRequest = ::exitApplication,
title = "FlexiUI Demo",
title = "Flexi UI Demo",
state = rememberWindowState(width = 550.dp, height = 1000.dp)
) { MainView() }
}