mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-10 16:27:22 +02:00
equal sign key as shortcut for Reset Avatar Size
This commit is contained in:
parent
61d3f63f9c
commit
e1aa74a5df
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ Menu::Menu() :
|
|||
SLOT(decreaseSize()));
|
||||
addActionToQMenuAndActionHash(avatarSizeMenu,
|
||||
MenuOption::ResetAvatarSize,
|
||||
0,
|
||||
Qt::Key_Equal,
|
||||
appInstance->getAvatar(),
|
||||
SLOT(resetSize()));
|
||||
|
||||
|
|
Loading…
Reference in a new issue