Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorPedro Villavicencio <pvillavi@gnome.cl>2005-02-25 08:50:10 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-02-25 08:50:10 (GMT)
commit67601f2f5f581dae74a3db39980b63c4d91df75f (patch)
tree82e41b04b9fc5bbb22a39ec9d8303383e9f66bc6 /shell
parent05c1e8cb1002f66cde85ae692f8cd56c82cc59e7 (diff)
Make page width the default sizing mode
2005-02-25 Pedro Villavicencio <pvillavi@gnome.cl> * shell/ev-window.c: Make page width the default sizing mode
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 4a94e34..211c446 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -2426,6 +2426,6 @@ ev_window_init (EvWindow *ev_window)
/* Set it to something random to force a change */
ev_window->priv->sizing_mode = EV_SIZING_FREE;
- ev_window_set_sizing_mode (ev_window, EV_SIZING_BEST_FIT);
+ ev_window_set_sizing_mode (ev_window, EV_SIZING_FIT_WIDTH);
update_action_sensitivity (ev_window);
}