The Job Widget shows a horizontal progress bar when sending or receiving a file that shows the percentage of the transfer. This widget appears and disappears with each file successfully transferred. If transferring a lot of small files, this bar will appear and disappear quite often. The problem is..
When the bar appears and disappears, it causes the entire contents below the widget to shift up and down. This makes it impossible to use the UI below the current transferring file because the interface is shifting up and down every few seconds. The correct thing to do is to make the progress bars fixed on the interface. Don't hide and show them, just update them. This would fix the issue.
The Job Widget shows a horizontal progress bar when sending or receiving a file that shows the percentage of the transfer. This widget appears and disappears with each file successfully transferred. If transferring a lot of small files, this bar will appear and disappear quite often. The problem is..
When the bar appears and disappears, it causes the entire contents below the widget to shift up and down. This makes it impossible to use the UI below the current transferring file because the interface is shifting up and down every few seconds. The correct thing to do is to make the progress bars fixed on the interface. Don't hide and show them, just update them. This would fix the issue.