Skip to content

Commit 25511b5

Browse files
committed
make sheets resizable
1 parent 39f5a7c commit 25511b5

20 files changed

+0
-20
lines changed

script/sheet/actor/acolyte.js

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export class AcolyteSheet extends DarkHeresySheet {
88
template: "systems/dark-heresy/template/sheet/actor/acolyte.hbs",
99
width: 700,
1010
height: 881,
11-
resizable: false,
1211
tabs: [
1312
{
1413
navSelector: ".sheet-tabs",

script/sheet/actor/npc.js

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export class NpcSheet extends DarkHeresySheet {
88
template: "systems/dark-heresy/template/sheet/actor/npc.hbs",
99
width: 700,
1010
height: 881,
11-
resizable: false,
1211
tabs: [
1312
{
1413
navSelector: ".sheet-tabs",

script/sheet/ammunition.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export class AmmunitionSheet extends DarkHeresyItemSheet {
77
template: "systems/dark-heresy/template/sheet/ammunition.hbs",
88
width: 500,
99
height: 369,
10-
resizable: false,
1110
tabs: [
1211
{
1312
navSelector: ".sheet-tabs",

script/sheet/aptitude.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export class AptitudeSheet extends DarkHeresyItemSheet {
77
template: "systems/dark-heresy/template/sheet/aptitude.hbs",
88
width: 500,
99
height: 369,
10-
resizable: false,
1110
tabs: [
1211
{
1312
navSelector: ".sheet-tabs",

script/sheet/armour.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export class ArmourSheet extends DarkHeresyItemSheet {
77
template: "systems/dark-heresy/template/sheet/armour.hbs",
88
width: 500,
99
height: 369,
10-
resizable: false,
1110
tabs: [
1211
{
1312
navSelector: ".sheet-tabs",

script/sheet/critical-injury.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export class CriticalInjurySheet extends DarkHeresyItemSheet {
77
template: "systems/dark-heresy/template/sheet/critical-injury.hbs",
88
width: 500,
99
height: 369,
10-
resizable: false,
1110
tabs: [
1211
{
1312
navSelector: ".sheet-tabs",

script/sheet/cybernetic.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export class CyberneticSheet extends DarkHeresyItemSheet {
77
template: "systems/dark-heresy/template/sheet/cybernetic.hbs",
88
width: 500,
99
height: 369,
10-
resizable: false,
1110
tabs: [
1211
{
1312
navSelector: ".sheet-tabs",

script/sheet/drug.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export class DrugSheet extends DarkHeresyItemSheet {
77
template: "systems/dark-heresy/template/sheet/drug.hbs",
88
width: 500,
99
height: 369,
10-
resizable: false,
1110
tabs: [
1211
{
1312
navSelector: ".sheet-tabs",

script/sheet/force-field.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export class ForceFieldSheet extends DarkHeresyItemSheet {
77
template: "systems/dark-heresy/template/sheet/force-field.hbs",
88
width: 500,
99
height: 369,
10-
resizable: false,
1110
tabs: [
1211
{
1312
navSelector: ".sheet-tabs",

script/sheet/gear.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export class GearSheet extends DarkHeresyItemSheet {
77
template: "systems/dark-heresy/template/sheet/gear.hbs",
88
width: 500,
99
height: 369,
10-
resizable: false,
1110
tabs: [
1211
{
1312
navSelector: ".sheet-tabs",

script/sheet/malignancy.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export class MalignancySheet extends DarkHeresyItemSheet {
77
template: "systems/dark-heresy/template/sheet/malignancy.hbs",
88
width: 500,
99
height: 369,
10-
resizable: false,
1110
tabs: [
1211
{
1312
navSelector: ".sheet-tabs",

script/sheet/mental-disorder.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export class MentalDisorderSheet extends DarkHeresyItemSheet {
77
template: "systems/dark-heresy/template/sheet/mental-disorder.hbs",
88
width: 500,
99
height: 369,
10-
resizable: false,
1110
tabs: [
1211
{
1312
navSelector: ".sheet-tabs",

script/sheet/mutation.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export class MutationSheet extends DarkHeresyItemSheet {
77
template: "systems/dark-heresy/template/sheet/mutation.hbs",
88
width: 500,
99
height: 369,
10-
resizable: false,
1110
tabs: [
1211
{
1312
navSelector: ".sheet-tabs",

script/sheet/psychic-power.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export class PsychicPowerSheet extends DarkHeresyItemSheet {
77
template: "systems/dark-heresy/template/sheet/psychic-power.hbs",
88
width: 500,
99
height: 397,
10-
resizable: false,
1110
tabs: [
1211
{
1312
navSelector: ".sheet-tabs",

script/sheet/special-ability.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export class SpecialAbilitySheet extends DarkHeresyItemSheet {
77
template: "systems/dark-heresy/template/sheet/special-ability.hbs",
88
width: 500,
99
height: 369,
10-
resizable: false,
1110
tabs: [
1211
{
1312
navSelector: ".sheet-tabs",

script/sheet/talent.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export class TalentSheet extends DarkHeresyItemSheet {
77
template: "systems/dark-heresy/template/sheet/talent.hbs",
88
width: 500,
99
height: 369,
10-
resizable: false,
1110
tabs: [
1211
{
1312
navSelector: ".sheet-tabs",

script/sheet/tool.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export class ToolSheet extends DarkHeresyItemSheet {
77
template: "systems/dark-heresy/template/sheet/tool.hbs",
88
width: 500,
99
height: 369,
10-
resizable: false,
1110
tabs: [
1211
{
1312
navSelector: ".sheet-tabs",

script/sheet/trait.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export class TraitSheet extends DarkHeresyItemSheet {
77
template: "systems/dark-heresy/template/sheet/trait.hbs",
88
width: 500,
99
height: 369,
10-
resizable: false,
1110
tabs: [
1211
{
1312
navSelector: ".sheet-tabs",

script/sheet/weapon-modification.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export class WeaponModificationSheet extends DarkHeresyItemSheet {
77
template: "systems/dark-heresy/template/sheet/weapon-modification.hbs",
88
width: 500,
99
height: 369,
10-
resizable: false,
1110
tabs: [
1211
{
1312
navSelector: ".sheet-tabs",

script/sheet/weapon.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export class WeaponSheet extends DarkHeresyItemSheet {
77
template: "systems/dark-heresy/template/sheet/weapon.hbs",
88
width: 500,
99
height: 369,
10-
resizable: false,
1110
tabs: [
1211
{
1312
navSelector: ".sheet-tabs",

0 commit comments

Comments
 (0)