Improvements for Detail Window, see Issue 2376 comment #4 for details

This commit is contained in:
Ingo
2014-05-12 00:45:40 +02:00
parent 79ca151cd2
commit 88bf64cafc
4 changed files with 36 additions and 8 deletions

View File

@@ -113,7 +113,9 @@ class Options {
Glib::ustring font;
int windowWidth;
int windowHeight;
bool windowMaximized;
bool windowMaximized;
int detailWindowWidth;
int detailWindowHeight;
int dirBrowserWidth;
int dirBrowserHeight;
int preferencesWidth;