mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Fix issue causing the textedit to move upward
This commit is contained in:
parent
db5ea78b7b
commit
b8d5ced8cd
2 changed files with 7 additions and 3 deletions
4
platform/android/java/lib/res/values/dimens.xml
Normal file
4
platform/android/java/lib/res/values/dimens.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<dimen name="text_edit_height">48dp</dimen>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue