mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-09 20:14:18 +08:00
refactor: format sample apps name
This commit is contained in:
@@ -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() }
|
||||
}
|
Reference in New Issue
Block a user