From 8516ed1dac36c55863062488bac558cd8faec2f2 Mon Sep 17 00:00:00 2001
From: Vadim Savchuk <vsavchuk@productengine.com>
Date: Wed, 3 Mar 2010 19:49:58 +0200
Subject: [PATCH] WIP on EXT-5687 (Classifieds are missing the clickthrough
 data). Made the classified info panel layout more compact to add more
 widgets.

--HG--
branch : product-engine
---
 .../default/xui/en/panel_classified_info.xml  | 30 +++++++++----------
 1 file changed, 15 insertions(+), 15 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 55929c6e272..e374ee5f712 100644
--- a/indra/newview/skins/default/xui/en/panel_classified_info.xml
+++ b/indra/newview/skins/default/xui/en/panel_classified_info.xml
@@ -71,10 +71,10 @@
          follows="left|top|right"
          height="197"
          layout="topleft"
-         left="11"
+         left="10"
          name="classified_snapshot"
          top="10"
-         width="286" />
+         width="275" />
         <text_editor
          allow_scroll="false"
          bg_visible="false"
@@ -129,7 +129,7 @@
          text_color="white"
          top_pad="0"
          value="Content Type:"
-         width="250" />
+         width="140" />
         <text_editor
          allow_scroll="false"
          bg_visible="false"
@@ -137,11 +137,11 @@
          h_pad="0"
          height="18"
          layout="topleft"
-         left="10"
+         left_pad="0"
          name="content_type"
          read_only="true"
-         width="290"
-         top_pad="5"
+         width="150"
+         top_pad="-10"
          v_pad="0"
          value="[content type]" />
         <text
@@ -154,7 +154,7 @@
          text_color="white"
          top_pad="0"
          value="Category:"
-         width="250" />
+         width="140" />
         <text_editor
          allow_html="true"
          allow_scroll="false"
@@ -163,11 +163,11 @@
          h_pad="0"
          height="18"
          layout="topleft"
-         left="10"
+         left_pad="0"
          name="category"
          read_only="true"
-         width="290"
-         top_pad="5"
+         width="150"
+         top_pad="-10"
          v_pad="0"
          value="[category]" />
         <text
@@ -180,7 +180,7 @@
          text_color="white"
          top_pad="0"
          value="Price for listing:"
-         width="250" />
+         width="140" />
         <text_editor
          allow_scroll="false"
          bg_visible="false"
@@ -189,14 +189,14 @@
          halign="left"
          height="16"
          layout="topleft"
-         left="10"
+         left_pad="0"
          name="price_for_listing"
          read_only="true"
-         top_pad="5"
+         top_pad="-10"
          tool_tip="Price for listing."
          v_pad="0"
          value="[price]"
-         width="105" />
+         width="150" />
         <layout_stack
          animate="false"
          name="descr_stack"
@@ -252,7 +252,7 @@
          width="250" />
         <text_editor
          allow_html="true"
-         allow_scroll="false"
+         allow_scroll="true"
          bg_visible="false"
          follows="left|top|right"
          h_pad="0"
-- 
GitLab