diff options
author | Denis Serdjuk <dserduk@productengine.com> | 2010-01-18 14:24:03 +0200 |
---|---|---|
committer | Denis Serdjuk <dserduk@productengine.com> | 2010-01-18 14:24:03 +0200 |
commit | 2307dec193fcb38e580ea2ae0521e1d0805bc716 (patch) | |
tree | 17655de107e74617f0ed43fa5f6143fed3bbdda5 /indra/newview/app_settings | |
parent | 5c4ab75cdab1b9de08d482457f9d245dd18b90da (diff) |
implemented Task EXT-572 Action buttons on toast should size to word for internationalization
Changes:
1. Remove hard coded button's width. Now buttons will be reshaped to required size if the required width is bigger then default.
2. Default width is configurable now.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/app_settings')
-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> |