summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui
diff options
context:
space:
mode:
authorPaul Guslisty <pguslisty@productengine.com>2010-10-07 17:12:49 +0300
committerPaul Guslisty <pguslisty@productengine.com>2010-10-07 17:12:49 +0300
commit637bcedf029bfbe4d31668834476bf972a97dd60 (patch)
tree70852887917f362706bffd7ea5ce50c4dc2aebc1 /indra/newview/skins/default/xui
parent7d9ec365cc815fad03c31bfaf9acf5d871c2e11b (diff)
FIXED STORM-302 Parcel lists scroll bar overlaps with other components if panel is undocked
- Added missing column to the xml of the scroll list - Adjusted columns width to show all columns
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r--indra/newview/skins/default/xui/en/panel_group_land_money.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_group_land_money.xml b/indra/newview/skins/default/xui/en/panel_group_land_money.xml
index 76f7484c68..64539f2134 100644
--- a/indra/newview/skins/default/xui/en/panel_group_land_money.xml
+++ b/indra/newview/skins/default/xui/en/panel_group_land_money.xml
@@ -65,19 +65,23 @@
<scroll_list.columns
label="Parcel"
name="name"
- width="78" />
+ width="47" />
<scroll_list.columns
label="Region"
name="location"
- width="78" />
+ width="47" />
<scroll_list.columns
label="Type"
name="type"
- width="70" />
+ width="47" />
<scroll_list.columns
label="Area"
name="area"
- width="50" />
+ width="47" />
+ <scroll_list.columns
+ label="Hidden"
+ name="hidden"
+ width="47" />
</scroll_list>
<text
type="string"