strings for Keyboard Layout

This commit is contained in:
minjaesong
2021-10-21 15:37:31 +09:00
parent f07be81007
commit f7aa773482
25 changed files with 53 additions and 25 deletions

View File

@@ -35,7 +35,7 @@ class UIKeyboardControlPanel(remoCon: UIRemoCon?) : UICanvas() {
override var height = 600
override var openCloseTime = 0f
private val textSelWidth = 300
private val textSelWidth = 280
private val drawX = (Toolkit.drawWidth - width) / 2
private val drawY = (App.scr.height - height) / 2