Skip to content

Commit

Permalink
feat: Make crafting system manager resizable (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
misterpotts authored Mar 31, 2023
1 parent d755e8c commit e48f74e
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 4 deletions.
27 changes: 27 additions & 0 deletions .idea/jsonSchemas.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: Fabricate 0.8.8
title: Fabricate 0.8.9
email: [email protected]
description: >-
End user documentation for the Foundry Virtual Tabletop (VTT) Module, "Fabricate".
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabricate",
"version": "0.8.8",
"version": "0.8.9",
"description": "A system-agnostic, flexible crafting module for FoundryVT",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/applications/CraftingSystemManagerAppFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class CraftingSystemManagerAppFactory {
const applicationOptions = {
title: GAME.i18n.localize(`${Properties.module.id}.CraftingSystemManagerApp.title`),
id: Properties.ui.apps.craftingSystemManager.id,
resizable: false,
resizable: true,
width: 1020,
height: 780
}
Expand Down
2 changes: 1 addition & 1 deletion src/public/module.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "fabricate",
"title": "Fabricate",
"version": "0.8.8",
"version": "0.8.9",
"description": "A system-agnostic, flexible crafting module for FoundryVTT",
"authors": [
{
Expand Down

0 comments on commit e48f74e

Please sign in to comment.