panorama-tab-groups icon indicating copy to clipboard operation
panorama-tab-groups copied to clipboard

Increase max thumbnail size for larger monitors

Open jimithebear opened this issue 6 years ago • 2 comments

I've tested the following change without issue?

\js\view\groupNodes.js

Line 513

    maxWidth: 1000,

jimithebear avatar Feb 12 '19 13:02 jimithebear

@jimithebear could you link exactly where in the code this is? So many commits have changed the structure of that file and I'm not sure which line you mean. Thanks.

projectdelphai avatar Sep 09 '19 00:09 projectdelphai

https://github.com/projectdelphai/panorama-tab-groups/blob/570c4c022decc5c7fad626238f25492c20a7cdd4/src/js/view/groupNodes.js#L559-L584

The line currently sits on 579. Increasing the max width just allows for bigger thumbs when previewing on high resolution displays. Many thanks!

jimithebear avatar Dec 04 '19 07:12 jimithebear