dglent / meteo-qt

System tray application for weather status information
GNU General Public License v3.0
83 stars 21 forks source link

Save window position and size to restore it where it was left #12

Closed akien-mga closed 10 years ago

akien-mga commented 10 years ago

Currently if you modify the main window of meteo-qt (move it around on your desktop and/or change its size), the settings are lost when you minimise it to the tray and restore it later (it is then centred anew and with the default dimensions).

Saving the window position and size in the config file could probably help implement this feature.