diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-02-24 10:16:35 +0200 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-02-24 10:16:35 +0200 |
commit | 1d45b1edcd3570b27622c0e99cf0bd5aee331cc1 (patch) | |
tree | 41c11d29d92a8b373ab2f48f8e4a7002ed5e4dc3 /indra/newview/skins/default/xui/en/floater_preferences.xml | |
parent | 83712555cf330e7ae84b31e9f54031a56c3a85e2 (diff) |
Fixed normal but EXT - 5108 (Preferences vertical tabs don't align to tab container)
- Added offset in TabContainer between Tab and TabPanel in case of VERTICAL Tabs orientation.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_preferences.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_preferences.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_preferences.xml b/indra/newview/skins/default/xui/en/floater_preferences.xml index 7aa8e23e76..d7a7daf30c 100644 --- a/indra/newview/skins/default/xui/en/floater_preferences.xml +++ b/indra/newview/skins/default/xui/en/floater_preferences.xml @@ -46,6 +46,7 @@ tab_group="1" tab_position="left" tab_width="115" + tab_padding_right="5" top="21" width="620"> <panel |