repositioning RESET button

This commit is contained in:
minjaesong
2021-10-28 19:03:50 +09:00
parent 3bd7e740d4
commit 8dd4248f67

View File

@@ -118,7 +118,7 @@ class UIKeyboardControlPanel(remoCon: UIRemoCon?) : UICanvas() {
) // end of keycaps
private val buttonReset = UIItemTextButton(this, "MENU_LABEL_RESET", kbx + 1, kby + 165, 180, true, alignment = UIItemTextButton.Companion.Alignment.LEFT)
private val buttonReset = UIItemTextButton(this, "MENU_LABEL_RESET", kbx + 2, kby + 162, 140, true, hasBorder = true, alignment = UIItemTextButton.Companion.Alignment.CENTRE)
private val symbolLeft = labels.get(0,2)
private val symbolUp = labels.get(1,2)