mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 15:13:41 +02:00
equal sign shortcut for Reset Avatar Size on Application keyPress Event
This commit is contained in:
parent
e1aa74a5df
commit
24103740da
1 changed files with 3 additions and 0 deletions
|
@ -1017,6 +1017,9 @@ void Application::keyPressEvent(QKeyEvent* event) {
|
|||
case Qt::Key_Minus:
|
||||
_myAvatar.decreaseSize();
|
||||
break;
|
||||
case Qt::Key_Equal:
|
||||
_myAvatar.resetSize();
|
||||
break;
|
||||
|
||||
case Qt::Key_1:
|
||||
case Qt::Key_2:
|
||||
|
|
Loading…
Reference in a new issue