MrPrimate / tokenizer

Tiny yet capable in-game token editor for Foundry VTT
MIT License
28 stars 25 forks source link

Issue with Window Controls #136

Open horusofoz opened 1 year ago

horusofoz commented 1 year ago

There is an conflict with Window Controls. When Window Control is enabled, the Tokenizer window is too small to fit the content.

With Window Controls enabled. image

With Window Controls disabled. image

Experienced while using Foundry locally on Windows 10 Pro (10.0.19045).

Foundry Version: 11 Build 302 System Version: D&D5E 2.2.1 Tokenizer Version: 4.2.1 Window Controls Version: 1.11.2

Reported to Window Controls.

MrPrimate commented 1 year ago

The window height and width here is set to auto, which means the window should resize when elements are added/loaded like images. I suspect Window Controls is doing something with that that stops the resize happening.