diff options
| author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-06-06 15:56:44 +0300 | 
|---|---|---|
| committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-06-06 15:56:44 +0300 | 
| commit | 9d1c1c496831fdeacfec0d762d5203a3067e8f77 (patch) | |
| tree | f396f52881391b159e9245c1a88fa3ce75277b3b | |
| parent | 17d862fdf2529a5b64a9a6909fe9eda22ab1057b (diff) | |
STORM-1253 WIP Made the triangle 50% larger.
| -rw-r--r-- | indra/newview/app_settings/settings.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 3db2259c62..199ce9c30d 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -10801,7 +10801,7 @@        <key>Type</key>        <string>S32</string>        <key>Value</key> -      <real>-2</real> +      <real>-1</real>      </map>      <key>UIExtraTriangleWidth</key>      <map> @@ -10812,7 +10812,7 @@        <key>Type</key>        <string>S32</string>        <key>Value</key> -      <real>2</real> +      <real>4</real>      </map>      <key>UIFloaterCloseBoxSize</key>      <map> | 
