mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
set better width and sorting defaults
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -373,6 +373,7 @@ res/pics/icons
|
|||||||
res/pics/tokens
|
res/pics/tokens
|
||||||
res/pics_product/*.jpg
|
res/pics_product/*.jpg
|
||||||
res/preferences
|
res/preferences
|
||||||
|
res/preferences/editor.preferences
|
||||||
res/preferences/forge.preferences
|
res/preferences/forge.preferences
|
||||||
res/quest/data
|
res/quest/data
|
||||||
res/quest/quest.preferences
|
res/quest/quest.preferences
|
||||||
|
|||||||
@@ -1,34 +1,34 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<preferences type="editor">
|
<preferences type="editor">
|
||||||
<pref name="elastic_columns" value="false"></pref>
|
|
||||||
<pref name="display_unique_only" value="true"></pref>
|
<pref name="display_unique_only" value="true"></pref>
|
||||||
|
<pref name="elastic_columns" value="false"></pref>
|
||||||
<pref name="stats_deck" value="true"></pref>
|
<pref name="stats_deck" value="true"></pref>
|
||||||
<col enumval="CAT_AI" identifier="AI" show="false" sortpriority="0" sortstate="NONE" width="30"></col>
|
|
||||||
<col enumval="CAT_CMC" identifier="CMC" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
|
||||||
<col enumval="CAT_COLOR" identifier="Color" show="true" sortpriority="0" sortstate="NONE" width="55"></col>
|
|
||||||
<col enumval="CAT_COST" identifier="Cost" show="true" sortpriority="0" sortstate="NONE" width="80"></col>
|
|
||||||
<col enumval="CAT_NAME" identifier="Name" show="true" sortpriority="2" sortstate="ASC" width="260"></col>
|
|
||||||
<col enumval="CAT_NEW" identifier="New" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
|
||||||
<col enumval="CAT_OWNED" identifier="Owned" show="true" sortpriority="1" sortstate="ASC" width="35"></col>
|
|
||||||
<col enumval="CAT_POWER" identifier="Power" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
|
||||||
<col enumval="CAT_PURCHASE_PRICE" identifier="Purchase Price" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
|
||||||
<col enumval="CAT_QUANTITY" identifier="Quantity" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
<col enumval="CAT_QUANTITY" identifier="Quantity" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
||||||
<col enumval="CAT_RARITY" identifier="Rarity" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
<col enumval="CAT_NAME" identifier="Name" show="true" sortpriority="2" sortstate="ASC" width="115"></col>
|
||||||
<col enumval="CAT_SET" identifier="Set" show="true" sortpriority="0" sortstate="NONE" width="35"></col>
|
<col enumval="CAT_COST" identifier="Cost" show="true" sortpriority="0" sortstate="NONE" width="40"></col>
|
||||||
|
<col enumval="CAT_COLOR" identifier="Color" show="true" sortpriority="0" sortstate="NONE" width="40"></col>
|
||||||
|
<col enumval="CAT_TYPE" identifier="Type" show="true" sortpriority="0" sortstate="NONE" width="80"></col>
|
||||||
|
<col enumval="CAT_POWER" identifier="Power" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
||||||
<col enumval="CAT_TOUGHNESS" identifier="Toughness" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
<col enumval="CAT_TOUGHNESS" identifier="Toughness" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
||||||
<col enumval="CAT_TYPE" identifier="Type" show="true" sortpriority="3" sortstate="ASC" width="220"></col>
|
<col enumval="CAT_CMC" identifier="CMC" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
||||||
<col enumval="DECK_AI" identifier="AI" show="false" sortpriority="2" sortstate="ASC" width="30"></col>
|
<col enumval="CAT_RARITY" identifier="Rarity" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
||||||
<col enumval="DECK_CMC" identifier="CMC" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
<col enumval="CAT_SET" identifier="Set" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
||||||
<col enumval="DECK_COLOR" identifier="Color" show="true" sortpriority="0" sortstate="NONE" width="55"></col>
|
<col enumval="CAT_AI" identifier="AI" show="false" sortpriority="0" sortstate="NONE" width="30"></col>
|
||||||
<col enumval="DECK_COST" identifier="Cost" show="true" sortpriority="0" sortstate="NONE" width="80"></col>
|
<col enumval="CAT_NEW" identifier="New" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
||||||
<col enumval="DECK_DECKS" identifier="Decks" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
<col enumval="CAT_PURCHASE_PRICE" identifier="Purchase Price" show="true" sortpriority="3" sortstate="DESC" width="30"></col>
|
||||||
<col enumval="DECK_NAME" identifier="Name" show="true" sortpriority="2" sortstate="ASC" width="260"></col>
|
<col enumval="CAT_OWNED" identifier="Owned" show="true" sortpriority="1" sortstate="ASC" width="40"></col>
|
||||||
<col enumval="DECK_NEW" identifier="New" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
<col enumval="DECK_QUANTITY" identifier="Quantity" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
||||||
|
<col enumval="DECK_NAME" identifier="Name" show="true" sortpriority="3" sortstate="ASC" width="115"></col>
|
||||||
|
<col enumval="DECK_COST" identifier="Cost" show="true" sortpriority="0" sortstate="NONE" width="40"></col>
|
||||||
|
<col enumval="DECK_COLOR" identifier="Color" show="true" sortpriority="0" sortstate="NONE" width="40"></col>
|
||||||
|
<col enumval="DECK_TYPE" identifier="Type" show="true" sortpriority="2" sortstate="ASC" width="80"></col>
|
||||||
<col enumval="DECK_POWER" identifier="Power" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
<col enumval="DECK_POWER" identifier="Power" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
||||||
<col enumval="DECK_QUANTITY" identifier="Quantity" show="true" sortpriority="3" sortstate="DESC" width="30"></col>
|
|
||||||
<col enumval="DECK_RARITY" identifier="Rarity" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
|
||||||
<col enumval="DECK_SALE_PRICE" identifier="Sale Price" show="true" sortpriority="0" sortstate="NONE" width="40"></col>
|
|
||||||
<col enumval="DECK_SET" identifier="Set" show="true" sortpriority="0" sortstate="NONE" width="35"></col>
|
|
||||||
<col enumval="DECK_TOUGHNESS" identifier="Toughness" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
<col enumval="DECK_TOUGHNESS" identifier="Toughness" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
||||||
<col enumval="DECK_TYPE" identifier="Type" show="true" sortpriority="1" sortstate="ASC" width="220"></col>
|
<col enumval="DECK_CMC" identifier="CMC" show="true" sortpriority="1" sortstate="ASC" width="30"></col>
|
||||||
|
<col enumval="DECK_RARITY" identifier="Rarity" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
||||||
|
<col enumval="DECK_SET" identifier="Set" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
||||||
|
<col enumval="DECK_AI" identifier="AI" show="false" sortpriority="0" sortstate="NONE" width="30"></col>
|
||||||
|
<col enumval="DECK_NEW" identifier="New" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
||||||
|
<col enumval="DECK_SALE_PRICE" identifier="Sale Price" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
||||||
|
<col enumval="DECK_DECKS" identifier="Decks" show="true" sortpriority="0" sortstate="NONE" width="30"></col>
|
||||||
</preferences>
|
</preferences>
|
||||||
|
|||||||
Reference in New Issue
Block a user