Remember window geometry of standalone message widgets
commit9ba020b45c017ce9b84b5a72f1e288bf9639da96
authorRoland Pallai <dap78@magex.hu>
Mon, 13 Mar 2017 09:58:41 +0000 (13 10:58 +0100)
committerRoland Pallai <dap78@magex.hu>
Fri, 17 Mar 2017 18:26:21 +0000 (17 20:26 +0200)
treeebed03c2c897908fad50036ab1fc08d610ed7979
parent13e5444b69ddb5d4f56d93adcae409c9ca93c906
Remember window geometry of standalone message widgets

The code hardcoded arbitrary 800x600 dimensions for this window. That
might not work for everybody, but chances are that remembering these
dimensions after a manual resize can only make the overal experience
better.

Change-Id: I03f16b3a7831a62345d9b9afbe10b17699574066
src/Common/SettingsNames.cpp
src/Common/SettingsNames.h
src/Gui/CompleteMessageWidget.cpp
src/Gui/CompleteMessageWidget.h
src/Gui/Window.cpp