From f6b58f10e797717a13a1cf1e857cce8d61ca5f95 Mon Sep 17 00:00:00 2001
From: Dmitry Zaporozhan <dzaporozhan@productengine.com>
Date: Wed, 3 Mar 2010 18:07:10 +0200
Subject: [PATCH] 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
---
 .../skins/default/xui/en/panel_classified_info.xml   | 12 ++++++------
 1 file 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 13333b88b1a..55929c6e272 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
-- 
GitLab