From 29888f9f042e49a9b991ca2e6e790d808a3b74e9 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Tue, 6 Jun 2017 20:46:05 +0100 Subject: Tweak default scaling mode --- src/imv.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/imv.c') diff --git a/src/imv.c b/src/imv.c index a0b23d7..656b3a5 100644 --- a/src/imv.c +++ b/src/imv.c @@ -43,8 +43,8 @@ enum scaling_mode { static const char *scaling_label[] = { "actual size", - "best fit", - "perfect fit" + "shrink to fit", + "scale to fit" }; enum background_type { @@ -110,7 +110,7 @@ struct imv *imv_create(void) imv->need_redraw = true; imv->need_rescale = true; imv->recursive_load = false; - imv->scaling_mode = SCALING_NONE; + imv->scaling_mode = SCALING_FULL; imv->cycle_input = true; imv->list_at_exit = false; imv->paths_from_stdin = false; -- cgit v1.2.3