salvadorbs / Asuite

ASuite is a simple open source portable launcher for Microsoft Windows.
http://www.salvadorsoftware.com/asuite
GNU General Public License v3.0
98 stars 14 forks source link

Search Table width is not saved #117

Closed megabugman closed 3 years ago

megabugman commented 3 years ago

after reboot, standard width is shown image

megabugman commented 3 years ago

I assume double click should keep a certain width doubleclick minimize the app, restore to note the issue I see

name is correct, but type not doubleclick2

salvadorbs commented 3 years ago

For search width, it shouldn't be a problem to save the data in the settings.json file. For autosize columns, I have to find a solution that is not based solely on default values (as I did for hotkeys).

salvadorbs commented 3 years ago

Fixed. Search widths are saved in settings.json.

Furthermore, the resize now also takes into account the header caption.