Remember position of RT when not maximized, Issue 1624 comment #5

This commit is contained in:
Ingo
2014-05-20 15:22:24 +02:00
parent 260e4da272
commit 649effe00b
3 changed files with 15 additions and 4 deletions

View File

@@ -112,7 +112,9 @@ class Options {
int historyPanelWidth;
Glib::ustring font;
int windowWidth;
int windowHeight;
int windowHeight;
int windowX;
int windowY;
bool windowMaximized;
int detailWindowWidth;
int detailWindowHeight;