From 17c66d71b163046ac9c507bcc42d3e7f7644707a Mon Sep 17 00:00:00 2001
From: Dmitry Zaporozhan <dzaporozhan@productengine.com>
Date: Fri, 5 Mar 2010 10:15:57 +0200
Subject: [PATCH] Merged recent PE classified panel changes with LL fixes for
 EXT-5824, EXT-5860 and EXT-5859.

--HG--
branch : product-engine
---
 .../default/xui/en/panel_classified_info.xml   | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 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 bd06a607f7a..1535ce2978a 100644
--- a/indra/newview/skins/default/xui/en/panel_classified_info.xml
+++ b/indra/newview/skins/default/xui/en/panel_classified_info.xml
@@ -135,7 +135,7 @@
          bg_visible="false"
          follows="left|top"
          h_pad="0"
-         height="25"
+         height="30"
          layout="topleft"
          left="10"
          name="classified_location"
@@ -254,17 +254,17 @@
          animate="false"
          name="descr_stack"
          layout="topleft"
-         follows="top|left"
+         follows="all"
          orientation="vertical"
          left="10"
          top_pad="5"
          width="290"
-         height="250">
+         height="215">
          <layout_panel
           auto_resize="false"
           name="clickthrough_layout_panel"
           layout="topleft"
-          follows="top|left"
+          follows="all"
           left="0"
           top="0"
           width="290"
@@ -302,7 +302,7 @@
           auto_resize="false"
           name="price_layout_panel"
           layout="topleft"
-          follows="top|left"
+          follows="all"
           left="0"
           top="0"
           width="290"
@@ -332,7 +332,7 @@
          <layout_panel
           name="descr_layout_panel"
           layout="topleft"
-          follows="top|left"
+          follows="all"
           left="0"
           top="0"
           width="290"
@@ -354,7 +354,7 @@
          allow_html="true"
          allow_scroll="true"
          bg_visible="false"
-         follows="left|top|right"
+         follows="all"
          h_pad="0"
          height="200"
          layout="topleft"
@@ -362,8 +362,8 @@
          max_length="1023"
          name="classified_desc"
          read_only="true"
-         top_pad="5"
-         width="290"
+         top_pad="7"
+         width="280"
          v_pad="0"
          value="[description]"
          word_wrap="true" />
-- 
GitLab