Azure / azure-iot-explorer

Cross-platform UI for interacting with devices attached to Azure IoT Hub. This tool is meant for learning and testing, not for production environment.
MIT License
223 stars 72 forks source link

[BUG] The module twin editor does not scale with the window size #531

Closed licensedslacker closed 2 years ago

licensedslacker commented 2 years ago

Describe the bug Module twin editor does not resize with the window. The editor is fixed to 18 visible lines. However, the device twin editor scales with the window. This has been broken in versions 0.14.11 and 0.14.12. The last working version was 0.14.10.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Module twin' view
  2. JSON editor is fixed to 18 visible lines.

Expected behavior The editor shall scale with the window as the device twin editor does.

Screenshots module_twin

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

shahm5 commented 2 years ago

This has been fixed to match the device twin editor and will be there in the next release