diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-03-03 18:07:10 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-03-03 18:07:10 +0200 |
commit | f6b58f10e797717a13a1cf1e857cce8d61ca5f95 (patch) | |
tree | 5229c31f15a64d8d23cba2be1d803311167ff40e /indra | |
parent | ec0d5d93dbde7f43c62365c0c02c1fd70456f417 (diff) |
Updated major sub task EXT-5857 - location, content type, category, description in the Classified Info panel have no labels.
Changed paddings in classified info.
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_classified_info.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_classified_info.xml b/indra/newview/skins/default/xui/en/panel_classified_info.xml index 13333b88b1..55929c6e27 100644 --- a/indra/newview/skins/default/xui/en/panel_classified_info.xml +++ b/indra/newview/skins/default/xui/en/panel_classified_info.xml @@ -86,7 +86,7 @@ font="SansSerifBig" font.style="BOLD" left="10" - top_pad="10" + top_pad="0" name="classified_name" read_only="true" text_color="white" @@ -101,7 +101,7 @@ left="10" name="classified_location_label" text_color="white" - top_pad="10" + top_pad="5" value="Location:" width="250" /> <text_editor @@ -127,7 +127,7 @@ left="10" name="content_type_label" text_color="white" - top_pad="10" + top_pad="0" value="Content Type:" width="250" /> <text_editor @@ -152,7 +152,7 @@ left="10" name="category_label" text_color="white" - top_pad="10" + top_pad="0" value="Category:" width="250" /> <text_editor @@ -178,7 +178,7 @@ left="10" name="price_for_listing_label" text_color="white" - top_pad="10" + top_pad="0" value="Price for listing:" width="250" /> <text_editor @@ -204,7 +204,7 @@ follows="top|left" orientation="vertical" left="10" - top_pad="5" + top_pad="0" width="290" height="250"> <layout_panel |