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:
Lirusaito
2019-03-04 13:16:48 -05:00
parent a62b7d5ce7
commit 4008cf519c
9 changed files with 45 additions and 38 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"