kapitainsky / RcloneBrowser

Simple cross platform GUI for rclone. Supports macOS, GNU/Linux, BSD family and Windows.
https://github.com/kapitainsky/RcloneBrowser
MIT License
2.28k stars 218 forks source link

Job Widget UI issues when sending multiple small files #169

Open joshkerr opened 3 years ago

joshkerr commented 3 years ago

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.

kapitainsky commented 3 years ago

Thx for noticing it. I will try to find a way to fix it.