diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-06-11 10:26:53 +0300 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-06-11 10:26:53 +0300 |
commit | 56d9e64b6da662ef8729ab203bab6142309a79f0 (patch) | |
tree | 87bea5dfbfb872beb6335e176c9fb24e1ef9235d /indra/newview/skins/default | |
parent | 99bf3245bd89afebcf1d00bf45d5367c1a83bee1 (diff) |
EXT-7047 FIXED Overridden tab container's max tab width. Added paddings to status message text in inventory folder view.
Also fixed crash in LLPanelPlaceProfile if login after places Panel is opened and hidden in UI Preview Tool:
* added removing of an idle function when instance is destroyed.
Message text has been wrapped into several lines in EXT-7564 (1869e99b5ce2)
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/558/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_places.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_places.xml b/indra/newview/skins/default/xui/en/panel_places.xml index 33f895e13a..638e190e8f 100644 --- a/indra/newview/skins/default/xui/en/panel_places.xml +++ b/indra/newview/skins/default/xui/en/panel_places.xml @@ -37,6 +37,7 @@ background_visible="true" left="6" name="Places Tabs" tab_min_width="80" + tab_max_width="157" tab_height="30" tab_group="1" tab_position="top" |