diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-04-06 19:57:33 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-04-06 19:57:33 +0300 |
commit | d7690a3f211949e9e3958902531424fc22e56542 (patch) | |
tree | 88c8f8316de7afa8fa339a419bcd900811e26537 /indra/newview/skins/default | |
parent | 99a8c612d008531f64b2ff94713866adf2e91243 (diff) |
SL-19545 Shift Azure's 'Verify' button
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_translation_settings.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_translation_settings.xml b/indra/newview/skins/default/xui/en/floater_translation_settings.xml index a5154d99ec..dc3e072adf 100644 --- a/indra/newview/skins/default/xui/en/floater_translation_settings.xml +++ b/indra/newview/skins/default/xui/en/floater_translation_settings.xml @@ -224,15 +224,6 @@ top_delta="-4" name="azure_api_key" width="210" /> - <button - follows="left|top" - height="23" - label="Verify" - layout="topleft" - left_pad="10" - name="verify_azure_api_key_btn" - top_delta="-2" - width="90" /> <text type="string" length="1" @@ -241,7 +232,7 @@ layout="topleft" left="70" name="azure_api_region_label" - top_pad="10" + top_pad="11" width="85"> Region: </text> @@ -255,6 +246,15 @@ top_delta="-4" name="azure_api_region" width="210" /> + <button + follows="left|top" + height="23" + label="Verify" + layout="topleft" + left_pad="10" + name="verify_azure_api_key_btn" + top_delta="-2" + width="90" /> <text follows="top|right" @@ -263,7 +263,7 @@ left="70" length="1" name="google_api_key_label" - top_pad="55" + top_pad="53" type="string" width="85"> Google [http://code.google.com/apis/language/translate/v2/getting_started.html#auth API key]: |