diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-04-23 08:09:34 +0300 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-04-23 08:09:34 +0300 |
commit | 720a50daed53b6f42e3c722bebd5257fbb4d87b5 (patch) | |
tree | 492dbf68bf6dcdf042d7554b4c123da7f16f5399 /indra/newview | |
parent | 2b59f37d4bb4c6c5a6b8141829c14b04c14863ff (diff) |
Fixed normal EXT-6927 (Vertical tabs not attached to tab panel)
- Decreased space between tabs and panel in tab container
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/297/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_preferences.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_preferences.xml b/indra/newview/skins/default/xui/en/floater_preferences.xml index 49361784ae..6e82bb09ee 100644 --- a/indra/newview/skins/default/xui/en/floater_preferences.xml +++ b/indra/newview/skins/default/xui/en/floater_preferences.xml @@ -47,7 +47,7 @@ tab_group="1" tab_position="left" tab_width="115" - tab_padding_right="5" + tab_padding_right="0" top="21" width="658"> <panel |