From d8604361eb01336c613fd756c98b476541f840b0 Mon Sep 17 00:00:00 2001
From: angela <angela@lindenlab.com>
Date: Mon, 1 Mar 2010 12:43:46 +0800
Subject: [PATCH] EXT-5824  Can't scroll to see the bottom of Classifieds

---
 .../default/xui/en/panel_classified_info.xml  | 12 +++---
 .../default/xui/en/panel_edit_classified.xml  | 38 +++++++++----------
 2 files changed, 25 insertions(+), 25 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 34c1923582c..68af75777cf 100644
--- a/indra/newview/skins/default/xui/en/panel_classified_info.xml
+++ b/indra/newview/skins/default/xui/en/panel_classified_info.xml
@@ -51,11 +51,11 @@
      follows="all"
      height="502"
      layout="topleft"
-     left="9"
+     left="10"
      top_pad="10"
      name="profile_scroll"
      reserve_scroll_corner="false"
-     width="310">
+     width="312">
     <panel
      name="scroll_content_panel"
      follows="left|top"
@@ -63,18 +63,18 @@
      layout="topleft"
      top="0"
      background_visible="false"
-     height="500"
+     height="610"
      left="0"
      width="285">
         <texture_picker
          enabled="false"
          follows="left|top|right"
          height="197"
+         width="272"
          layout="topleft"
          left="11"
          name="classified_snapshot"
-         top="10"
-         width="286" />
+         top="10" />
         <text_editor
          allow_scroll="false"
          bg_visible="false"
@@ -168,12 +168,12 @@
          follows="left|top|right"
          h_pad="0"
          height="200"
+         width="272"
          layout="topleft"
          left="10"
          max_length="1023"
          name="classified_desc"
          read_only="true"
-         width="290"
          v_pad="0"
          value="[description]"
          word_wrap="true" />
diff --git a/indra/newview/skins/default/xui/en/panel_edit_classified.xml b/indra/newview/skins/default/xui/en/panel_edit_classified.xml
index 66d5389d9b3..90b0acef265 100644
--- a/indra/newview/skins/default/xui/en/panel_edit_classified.xml
+++ b/indra/newview/skins/default/xui/en/panel_edit_classified.xml
@@ -42,16 +42,16 @@
         Edit Classified
     </text>
    <scroll_container
-     color="DkGray2"
-     follows="all"
-     height="502"
-     layout="topleft"
-     left="8"
-     top_pad="10"
-     name="profile_scroll"
-     reserve_scroll_corner="false"
-     opaque="true"
-     width="312">
+    color="DkGray2"
+    follows="all"
+    height="502"
+    layout="topleft"
+    left="8"
+    top_pad="10"
+    name="profile_scroll"
+    reserve_scroll_corner="false"
+    opaque="true"
+    width="312">
     <panel
      name="scroll_content_panel"
      follows="left|top"
@@ -62,14 +62,14 @@
      height="610"
      left="0"
      width="285">
-    <texture_picker
-     follows="left|top|right"
-     height="197"
-     width="272"
-     layout="topleft"
-     top="10"
-     left="11"
-     name="classified_snapshot" />
+      <texture_picker
+       follows="left|top|right"
+       height="197"
+       width="272"
+       layout="topleft"
+       top="10"
+       left="11"
+       name="classified_snapshot" />
           <icon
            height="197"
            image_name="spacer24.tga"
@@ -225,7 +225,7 @@
          name="auto_renew"
          top_pad="5"
          width="250" />
-    </panel>
+     </panel>
     </scroll_container>
     <panel
      follows="left|right|bottom"
-- 
GitLab