diff options
| author | Justin C. Rounds (Chuck) <chuck@lindenlab.com> | 2009-12-01 18:00:16 -0500 | 
|---|---|---|
| committer | Justin C. Rounds (Chuck) <chuck@lindenlab.com> | 2009-12-01 18:00:16 -0500 | 
| commit | ef92508aa1679b713661aeb0cabba1a97501d874 (patch) | |
| tree | 5a5aeab2b462c454a6fb699b925b0fac31643ee1 | |
| parent | c109fa9ec657b60fd99f981b192ee23ebff229bd (diff) | |
Adjusted the value of UILineEditorVPad to give more room for text in text fields.
| -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 63e17058e8..e69adad190 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -9260,7 +9260,7 @@        <key>Type</key>        <string>S32</string>        <key>Value</key> -      <integer>3</integer> +      <integer>4</integer>      </map>      <key>UIMaxComboWidth</key>      <map> | 
