diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-10-07 17:12:49 +0300 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-10-07 17:12:49 +0300 |
commit | 637bcedf029bfbe4d31668834476bf972a97dd60 (patch) | |
tree | 70852887917f362706bffd7ea5ce50c4dc2aebc1 | |
parent | 7d9ec365cc815fad03c31bfaf9acf5d871c2e11b (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
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_group_land_money.xml | 12 |
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" |