make subclass window resizable (#696)

This commit is contained in:
Christopher Brown 2025-08-07 17:26:57 -04:00 committed by GitHub
parent 22283cb506
commit bf3bdcb2d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ export default class SubclassSheet extends DHBaseItemSheet {
static DEFAULT_OPTIONS = {
classes: ['subclass'],
position: { width: 600 },
window: { resizable: false }
window: { resizable: true }
};
/**@override */