diff options
author | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-01-18 14:33:40 +0200 |
---|---|---|
committer | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-01-18 14:33:40 +0200 |
commit | 5639a0c2ed5cda035f57d2771778a0ff267f46b4 (patch) | |
tree | 0d34e62791684a5ca96e8491017ef829ac954ae3 /indra/newview/app_settings/settings.xml | |
parent | 56855769ce98b09130ecf6d285edd3605271659f (diff) | |
parent | 2307dec193fcb38e580ea2ae0521e1d0805bc716 (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/app_settings/settings.xml')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 9c4c8387a8..d0bbcc222d 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -5062,6 +5062,18 @@ <key>Value</key> <integer>5</integer> </map> + <key>ToastButtonWidth</key> + <map> + <key>Comment</key> + <string>Default width of buttons in the toast. + Note if required width will be less then this one, a button will be reshaped to default size , otherwise to required</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>S32</string> + <key>Value</key> + <integer>90</integer> + </map> <key>ChannelBottomPanelMargin</key> <map> <key>Comment</key> |