diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_classified_info.xml | 18 | 
1 files 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 bd06a607f7..1535ce2978 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" /> | 
