Skip to content

Commit 3a30991

Browse files
committed
Fix for scrollbar
1 parent 02a4ee5 commit 3a30991

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/jvmMain/kotlin/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fun main() {
5656
DecoratedWindow(
5757
onCloseRequest = ::exitApplication,
5858
state = rememberWindowState(
59-
size = DpSize(352.dp, 810.dp)
59+
size = DpSize(352.dp, 815.dp)
6060
),
6161
resizable = false,
6262
title = APP_NAME,

0 commit comments

Comments
 (0)