-
Notifications
You must be signed in to change notification settings - Fork 3
Calculation of stack dynamic width seems to be off #99
Description
Hi and thanks for your time!
I noticed that when I enable "stack dynamic width" the stack is spaced correctly for a split second, and then is much too wide. This requires me to scroll left and right to view all columns, which I think is not the intended functionality. You introduced this in #25 and I haven't used it so far, so I don't know whether the behaviour changed since then.
Looking closer at the developer tools reveals this:
I indeed have a three column stack, so 33.33% would be accurate. However the calculated actual pixel width per stack is much too wide at 2676.88px, my monitor is 5120px wide.
I first thought it may be caused by a weird scaling issue specific to macOS, but switching this setting has no effect on the calculated width in px
This is a weird one, as it literally seems the total width reported to the application seem somehow off and therefore the percentage to. I also tested this on different displays, with the same over-wide result. Let me know if you need more details or if you weren't able to replicate this
Best and cheers