--- gqview-1.5.8/src/globals.c.orig 2005-02-08 22:23:31 +0300 +++ gqview-1.5.8/src/globals.c 2005-02-09 09:38:38 +0300 @@ -45,12 +45,12 @@ gchar *safe_delete_path = NULL; gint safe_delete_size = 20; gint restore_tool = FALSE; -gint zoom_mode = ZOOM_RESET_ORIGINAL; +gint zoom_mode = ZOOM_RESET_FIT_WINDOW; gint two_pass_zoom = TRUE; gint scroll_reset_method = SCROLL_RESET_TOPLEFT; gint fit_window = FALSE; gint limit_window_size = FALSE; -gint zoom_to_fit_expands = TRUE; +gint zoom_to_fit_expands = FALSE; gint max_window_size = 100; gint thumb_max_width = 96; gint thumb_max_height = 72;