davidrg / zxweather

Weather Station software built to run weather.zx.net.nz. Includes support for Davis Vantage Vue/Pro2 and FineOffset WH1080 hardware.
GNU General Public License v2.0
0 stars 0 forks source link

Main Window Layout bugs #36

Open davidrg opened 3 years ago

davidrg commented 3 years ago

The main window has a number of minor UI layout issues including:

Switching from a Davis to an inactive FineOffset station results in the UI not resizing properly leaving lots of empty space too. The resize doesn't happen until first current conditions update which never happens - need to find a way of doing this sooner.

Really these are side-effects of the fixed layout the main window currently uses. The code for it is fragile and inflexible. The proper solution is probably to remove the fixed layout entirely as its likely a major source of problems for #12.

ui layout bugs

davidrg commented 3 years ago

The layout issues are worse on linux where a few elements aren't aligned properly.

davidrg commented 3 years ago

Qt 6 now obeys the system font settings on windows which makes this worse too.