summaryrefslogtreecommitdiff
path: root/indra/newview/skins
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2015-01-22 14:12:34 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2015-01-22 14:12:34 +0200
commit20c2eda0e1bf563afb73af3112ccd3d825147916 (patch)
treea061204f020ab8f6564a7d4c9672b227c050132c /indra/newview/skins
parent7bd45ab3622f27e0a424eb61f2682e82439ec9e6 (diff)
MAINT-4790 WIP Previously selected login location is correctly shown now. Font on the Log In button was changed back. Text offset was set for Locations combobox.
Diffstat (limited to 'indra/newview/skins')
-rwxr-xr-xindra/newview/skins/default/xui/en/panel_login.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_login.xml b/indra/newview/skins/default/xui/en/panel_login.xml
index 4c1455574b..204d812250 100755
--- a/indra/newview/skins/default/xui/en/panel_login.xml
+++ b/indra/newview/skins/default/xui/en/panel_login.xml
@@ -80,7 +80,7 @@
width="165" />
<combo_box
allow_text_entry="true"
- control_name="NextLoginLocation"
+ control_name="NextLoginLocation"
follows="left|top"
label="My favorite places"
height="32"
@@ -92,7 +92,8 @@
width="175"
combo_button.scale_image="true">
<combo_box.combo_editor
- bg_image_always_focused="true"/>
+ bg_image_always_focused="true"
+ text_pad_left="8"/>
<combo_box.item
label="My last location"
name="MyLastLocation"
@@ -109,7 +110,7 @@
image_hover="PushButton_Login_Over"
label="Log In"
label_color="White"
- font="SansSerifBold"
+ font="SansSerifMedium"
name="connect_btn"
enabled="true"
width="120"