diff options
author | Igor Borovkov <iborovkov@productengine.com> | 2010-06-04 15:49:59 +0300 |
---|---|---|
committer | Igor Borovkov <iborovkov@productengine.com> | 2010-06-04 15:49:59 +0300 |
commit | caeeebe86a73486288e31751cde3b4989def379f (patch) | |
tree | 8127b3746d001465bb1fa835280b486694bada6a /indra | |
parent | 5e05d94f1379c5971a036dfe3468d067c3cfdbc5 (diff) |
EXT-7607 FIXED added 2px gap between a texture label and a texture preview area for all texture pickers
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/509/
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/color_swatch.xml | 3 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/texture_picker.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/color_swatch.xml b/indra/newview/skins/default/xui/en/widgets/color_swatch.xml index dfd301a770..48b987d7e8 100644 --- a/indra/newview/skins/default/xui/en/widgets/color_swatch.xml +++ b/indra/newview/skins/default/xui/en/widgets/color_swatch.xml @@ -4,5 +4,6 @@ name="color_swatch"> <color_swatch.caption_text name="caption" halign="center" - follows="left|right|bottom"/> + follows="left|right|bottom" + v_pad="2"/> </color_swatch> diff --git a/indra/newview/skins/default/xui/en/widgets/texture_picker.xml b/indra/newview/skins/default/xui/en/widgets/texture_picker.xml index 33c3475eb2..757f0f49d1 100644 --- a/indra/newview/skins/default/xui/en/widgets/texture_picker.xml +++ b/indra/newview/skins/default/xui/en/widgets/texture_picker.xml @@ -3,7 +3,8 @@ <multiselect_text font="SansSerifSmall"/> <caption_text text="Multiple" halign="center" - font="SansSerifSmall"/> + font="SansSerifSmall" + v_pad="2"/> <border bevel_style="in"/> </texture_picker> |