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