mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 08:45:27 +02:00
parent
55670cf06e
commit
54f53f2380
@ -192,8 +192,8 @@ private fun PortraitKeyboard(
|
|||||||
ColumnWithConstraints(
|
ColumnWithConstraints(
|
||||||
modifier = modifier,
|
modifier = modifier,
|
||||||
) { constraints ->
|
) { constraints ->
|
||||||
val spacerHeight = remember { constraints.maxHeight * 0.025f }
|
val spacerHeight = constraints.maxHeight * 0.025f
|
||||||
val additionalButtonHeight = remember { constraints.maxHeight * 0.09f }
|
val additionalButtonHeight = constraints.maxHeight * 0.09f
|
||||||
|
|
||||||
Spacer(modifier = Modifier.height(spacerHeight))
|
Spacer(modifier = Modifier.height(spacerHeight))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user