panorama-tab-groups
                                
                                 panorama-tab-groups copied to clipboard
                                
                                    panorama-tab-groups copied to clipboard
                            
                            
                            
                        Increase max thumbnail size for larger monitors
I've tested the following change without issue?
\js\view\groupNodes.js
Line 513
    maxWidth: 1000,
@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.
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!