Skip to content

Commit

Permalink
update windows size
Browse files Browse the repository at this point in the history
  • Loading branch information
wilinz committed Jan 22, 2024
1 parent 1cbdf18 commit 53b4013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ private fun start(
fun main() = application {
val windowState = rememberWindowState(
width = 800.dp, // 设置窗口的初始宽度
height = 600.dp, // 设置窗口的初始高度
height = 640.dp, // 设置窗口的初始高度
position = WindowPosition(Alignment.Center) // 设置窗口的初始位置
)
Window(
Expand Down

0 comments on commit 53b4013

Please sign in to comment.