Skip to content

Commit 20cdfd2

Browse files
committed
fix: add padding at bottom of pro mode screen
1 parent a02ddbc commit 20cdfd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

base/src/main/java/io/github/sds100/keymapper/base/promode/ProModeScreen.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,8 @@ private fun LoadedContent(
402402
isChecked = autoStartAtBoot,
403403
onCheckedChange = onAutoStartAtBootToggled,
404404
)
405+
406+
Spacer(modifier = Modifier.height(8.dp))
405407
}
406408
}
407409

0 commit comments

Comments
 (0)