diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-01-30 15:36:00 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-01-30 15:36:00 +0200 |
commit | cccdd1fb397240fda99663b403e00b2582c202ba (patch) | |
tree | df59513302ac4dcd4812ccdc65731bc7b53687b3 /indra/newview | |
parent | 38000f8f18cc4b46c243edcc372b2cfa89cf3bb8 (diff) |
MAINT-4853 FIXED Pressing the ENTER key when entering a location into the Type a location field, doesn't log you in
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llpanellogin.cpp | 2 | ||||
-rwxr-xr-x | indra/newview/skins/default/xui/en/panel_login.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp index b181ea217b..a6a7150ae7 100755 --- a/indra/newview/llpanellogin.cpp +++ b/indra/newview/llpanellogin.cpp @@ -210,7 +210,7 @@ LLPanelLogin::LLPanelLogin(const LLRect &rect, LLComboBox* favorites_combo = getChild<LLComboBox>("start_location_combo"); updateLocationSelectorsVisibility(); // separate so that it can be called from preferences - favorites_combo->setCommitCallback(boost::bind(&LLPanelLogin::onClickConnect, this)); + favorites_combo->setReturnCallback(boost::bind(&LLPanelLogin::onClickConnect, this)); favorites_combo->setFocusLostCallback(boost::bind(&LLPanelLogin::onLocationSLURL, this)); LLComboBox* server_choice_combo = getChild<LLComboBox>("server_combo"); diff --git a/indra/newview/skins/default/xui/en/panel_login.xml b/indra/newview/skins/default/xui/en/panel_login.xml index 204d812250..183ae2e824 100755 --- a/indra/newview/skins/default/xui/en/panel_login.xml +++ b/indra/newview/skins/default/xui/en/panel_login.xml @@ -85,7 +85,7 @@ label="My favorite places" height="32" max_chars="128" - combo_editor.font="SansSerifMedium" + combo_editor.font="SansSerifLarge" left_pad="15" bottom_delta="0" name="start_location_combo" |