mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-09 12:04:11 +08:00
feat: update demo
This commit is contained in:
@@ -31,6 +31,6 @@ fun main() = application {
|
||||
Window(
|
||||
onCloseRequest = ::exitApplication,
|
||||
title = "FlexiUI Demo",
|
||||
state = rememberWindowState(width = 550.dp, height = 900.dp)
|
||||
state = rememberWindowState(width = 550.dp, height = 700.dp)
|
||||
) { MainView() }
|
||||
}
|
Reference in New Issue
Block a user