ed-chemnitz / qmodbus

GNU General Public License v2.0
279 stars 128 forks source link

Improve regTable usability #34

Closed technofreak74 closed 3 years ago

technofreak74 commented 3 years ago

This tool is exactly what I needed and really helped me debug some of my modbus issues, thanks for making it!

Fixes a couple of minor UI issues:

  1. If you stretch the window vertically the settings tabs expand unnecessarily giving you less space to view multiple coil/registers.
  2. The default/enforced width of 150 is not big enough to display the contents of column 0 on my system (Ubuntu 21.04).

Before: Screenshot from 2021-08-21 12-54-20

After: Screenshot from 2021-08-21 13-00-20

technofreak74 commented 3 years ago

Thanks! 🙂