mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-10 22:47: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()));
|
SLOT(decreaseSize()));
|
||||||
addActionToQMenuAndActionHash(avatarSizeMenu,
|
addActionToQMenuAndActionHash(avatarSizeMenu,
|
||||||
MenuOption::ResetAvatarSize,
|
MenuOption::ResetAvatarSize,
|
||||||
0,
|
Qt::Key_Equal,
|
||||||
appInstance->getAvatar(),
|
appInstance->getAvatar(),
|
||||||
SLOT(resetSize()));
|
SLOT(resetSize()));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue