bpozdena / OneDriveGUI

A simple GUI for OneDrive Linux client with multi-account support.
GNU General Public License v3.0
750 stars 34 forks source link

Show more of the file path of downloaded files #93

Closed JL102 closed 1 year ago

JL102 commented 1 year ago

Improved the "Available in" part of the list such that it displays more of the file path, instead of just the containing folder. To give it a bit of extra room, I increased the max width of the label_1, since after a file is downloaded, the label_2 is usually much shorter.

bpozdena commented 1 year ago

This would probably be a cleaner using Pathlib, but it seems to work well :-).

Thanks for the work @JL102 !