erickutcher / httpdownloader

HTTP(S) download manager that uses input/output completion ports (IOCP).
https://erickutcher.github.io/#HTTP_Downloader
571 stars 62 forks source link

Suggestion : UI Alignment #233

Closed peter8777555 closed 1 year ago

peter8777555 commented 1 year ago

All Alignment to Left or All Alignment to Center or All Alignment to Right

zzzz

erickutcher commented 1 year ago

With the exception of the Time Elapsed and Time Remaining columns, the current alignment is pretty typical of a download manager. I modeled the ListView look after the old versions of uTorrent.

These are the lines that can be changed if you wanted to hard code the positions:

https://github.com/erickutcher/httpdownloader/blob/393c2c1ff48b1393885dd60096902cfda2713846/HTTP_Downloader/treelistview.cpp#L4317 https://github.com/erickutcher/httpdownloader/blob/393c2c1ff48b1393885dd60096902cfda2713846/HTTP_Downloader/treelistview.cpp#L4321 https://github.com/erickutcher/httpdownloader/blob/393c2c1ff48b1393885dd60096902cfda2713846/HTTP_Downloader/treelistview.cpp#L4325

You'd want to change HDF_RIGHT, HDF_CENTER, and HDF_LEFT accordingly.