Redo start_folder to be like upstream has it now
start_folder in xmls must now be start_folder.name
This reverts commit 1405a7c103.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater name="floater_inventory_favs.xml" title="Favorites" width="250" height="400" min_width="100" min_height="100" rect_control="FloaterFavoritesRect" can_close="true" can_minimize="true" can_resize="true">
|
||||
<inventory_panel name="inventory_favs" start_folder="Favorites" follows="all" left="5" right="-5" top="-20" bottom="5" show_item_link_overlays="true"/>
|
||||
<inventory_panel name="inventory_favs" start_folder.name="Favorites" follows="all" left="5" right="-5" top="-20" bottom="5" show_item_link_overlays="true"/>
|
||||
</floater>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater name="floater_my_outfits.xml" title="My Outfits" width="250" height="400" min_width="100" min_height="100" rect_control="FloaterMyOutfitsRect" can_close="true" can_minimize="true" can_resize="true">
|
||||
<inventory_panel name="my_outfits" start_folder="My Outfits" follows="all" left="5" right="-5" top="-20" bottom="5" show_item_link_overlays="true"/>
|
||||
<inventory_panel name="my_outfits" start_folder.name="My Outfits" follows="all" left="5" right="-5" top="-20" bottom="5" show_item_link_overlays="true"/>
|
||||
</floater>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
height="370"
|
||||
top="16"
|
||||
left="0"
|
||||
start_folder="Marketplace listings"
|
||||
start_folder.name="Marketplace listings"
|
||||
show_empty_message="true"
|
||||
show_root_folder="false"
|
||||
use_marketplace_folders="true"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
width="308"
|
||||
height="370"
|
||||
left_delta="0"
|
||||
start_folder="Marketplace listings"
|
||||
start_folder.name="Marketplace listings"
|
||||
show_empty_message="true"
|
||||
show_root_folder="false"
|
||||
use_marketplace_folders="true"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
width="308"
|
||||
height="370"
|
||||
left_delta="0"
|
||||
start_folder="Marketplace listings"
|
||||
start_folder.name="Marketplace listings"
|
||||
show_empty_message="true"
|
||||
show_root_folder="false"
|
||||
use_marketplace_folders="true"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
width="308"
|
||||
height="370"
|
||||
left_delta="0"
|
||||
start_folder="Marketplace listings"
|
||||
start_folder.name="Marketplace listings"
|
||||
show_empty_message="true"
|
||||
show_root_folder="false"
|
||||
use_marketplace_folders="true"
|
||||
|
||||
Reference in New Issue
Block a user