[eog] EogWindow: Try a different range for the zoom scale
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog] EogWindow: Try a different range for the zoom scale
- Date: Wed, 28 Jan 2015 20:11:04 +0000 (UTC)
commit c90bfa65c9c5494aea308fa889ff89e1c28c8804
Author: Felix Riemann <friemann gnome org>
Date: Wed Jan 28 21:10:33 2015 +0100
EogWindow: Try a different range for the zoom scale
This is a first try to tame it.
src/eog-window.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/eog-window.c b/src/eog-window.c
index 13eddbc..bc718c9 100644
--- a/src/eog-window.c
+++ b/src/eog-window.c
@@ -4330,8 +4330,7 @@ eog_window_construct_ui (EogWindow *window)
gtk_widget_show (priv->zoom_revealer);
priv->zoom_scale = gtk_scale_new_with_range (GTK_ORIENTATION_HORIZONTAL,
- MIN_ZOOM_FACTOR, 1.0,
- IMAGE_VIEW_ZOOM_MULTIPLIER);
+ 0.3, 3.0, 0.1);
gtk_scale_set_draw_value (GTK_SCALE (priv->zoom_scale), FALSE);
/* TODO: the scale by itself does not take any width, so we manually
* set it here. Decide on the optimal value. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]