diff options
author | James Cook <james@lindenlab.com> | 2009-07-09 22:02:14 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-07-09 22:02:14 +0000 |
commit | 4cbf65be95dfb2320642c018b15a904075283339 (patch) | |
tree | bdbc061be1ab53b6eb701dc0722ca526945336b0 /indra/newview/app_settings | |
parent | 7fbf5269e088a95733706707c406439b863a38e7 (diff) |
DEV-35127 Text placement in an input box is uncomfortably low. Changed UILineEditorVPad default, pushed up the bottom of selection highlight by 1 pixel. Initialized a couple of variables in constructor. Trivial, not reviewed.
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index e53b50c216..d328a3856f 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -8036,7 +8036,7 @@ <key>Type</key> <string>S32</string> <key>Value</key> - <integer>1</integer> + <integer>3</integer> </map> <key>UIMaxComboWidth</key> <map> |