R-Bower edited a comment on issue #3335: NIFI-5018 URL: https://github.com/apache/nifi/pull/3335#issuecomment-468410297 Here are the size changes that I've made for this feature: ``` var portDimensions = { width: 240, - height: 50 + height: 48 }; var remotePortDimensions = { width: 240, - height: 75 + height: 80 }; // process-group var dimensions = { - width: 380, - height: 172 + width: 384, + height: 176 }; // remote process group var dimensions = { - width: 380, - height: 158 + width: 384, + height: 176 }; ``` Luckily, I didn't have to make drastic changes to accommodate the 8-pixel snap alignment. The most drastic shift is clearly the Remote Process Group's height. I scrolled in a bit to get a closer look (ignore the border artifacts - they're from my screenshot utility): Before:  After:  I think this change warrants a slight adjustment. The others probably don't need any modifications. Here's the Process Group component, before and after: Before:  After: 
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
