ALL: centre -> center
This commit is contained in:
parent
84184aabc0
commit
2e095e25f2
56 changed files with 225 additions and 225 deletions
|
@ -203,7 +203,7 @@ void VirtualKeyboardGUI::moveToDefaultPosition()
|
|||
case VirtualKeyboard::kAlignLeft:
|
||||
x = 0;
|
||||
break;
|
||||
case VirtualKeyboard::kAlignCentre:
|
||||
case VirtualKeyboard::kAlignCenter:
|
||||
x = (_screenW - kbdW) / 2;
|
||||
break;
|
||||
case VirtualKeyboard::kAlignRight:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue