--- orig/f-spot-0.6.1.5/src/Preferences.cs 2010-03-29 11:49:02.465526413 -0400 +++ f-spot-0.6.1.5/src/Preferences.cs 2010-03-29 11:44:24.917026744 -0400 @@ -105,6 +105,10 @@ case MAIN_WINDOW_Y: case MAIN_WINDOW_HEIGHT: case MAIN_WINDOW_WIDTH: + case VIEWER_HEIGHT: + return 523; + case VIEWER_WIDTH: + return 698; case IMPORT_WINDOW_HEIGHT: case IMPORT_WINDOW_WIDTH: case IMPORT_WINDOW_PANE_POSITION: