Nischay-Pro / wifi-heat-mapper

whm also known as wifi-heat-mapper is a Python library for benchmarking Wi-Fi networks and gather useful metrics that can be converted into meaningful easy-to-understand heatmaps.
GNU General Public License v3.0
213 stars 21 forks source link

Linux: Main window not resizing to display size #12

Open acq23 opened 8 months ago

acq23 commented 8 months ago

Impossible to resize

display

tinmarino commented 8 months ago

A workaround is to make your image smaller.

It is easy t make the Window resizable (below). But the Canvas is more dificult as it must include scroll, pane and zoom elements from mattplotlib so 30 more lines of code

    window = sg.Window("Wi-Fi heat mapper", layout, finalize=True, resizable=True)  # added resizable