dannagle / PacketSender

Network utility for sending / receiving TCP, UDP, SSL, HTTP
https://packetsender.com
GNU General Public License v2.0
2.34k stars 365 forks source link

[Feature] Automatic saving window & columns last size and positions #165

Open wieb18 opened 4 years ago

wieb18 commented 4 years ago

image

Please add a new feature automatically saving window & columns last size and positions when exiting Packet Sender.

It is very annoying when every time starting Packet Sender, I have to re-arrange window & all columns size and positions.

Thank you.

dannagle commented 4 years ago

I'm not sure I can reliably capture window positions in a cross-platform way. Starting off, I'll have to see how hard it is to just target Windows and then maybe Mac.

As for the other requests... most look straightforward. A "Reset GUI" button would need to be placed somewhere in the settings pop-up in case something goes haywire... which can easily happen when connecting external displays or changing resolution. The measurements can also get messed up with window resizing.

Thinking about this more... I may just reset measurements on resolution change. That should be OK for that somewhat rare edge case.