[ease] [welcome] Start the slide previews out larger.



commit 08f0430855052eacdb6f4e532b3fb1713c04be78
Author: Nate Stedman <natesm gmail com>
Date:   Sun Jul 25 00:39:02 2010 -0400

    [welcome] Start the slide previews out larger.

 src/ease-welcome-window.vala |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/ease-welcome-window.vala b/src/ease-welcome-window.vala
index 5841a46..546c8b2 100644
--- a/src/ease-welcome-window.vala
+++ b/src/ease-welcome-window.vala
@@ -79,6 +79,7 @@ public class Ease.WelcomeWindow : Gtk.Window
 	private const int ANIM_EASE = Clutter.AnimationMode.EASE_IN_OUT_SINE;
 	
 	private int[] ZOOM_VALUES = {100, 150, 200, 250, 400};
+	private const int SLIDER_START = 190;
 	
 	private const string PREVIEW_ID = Theme.TITLE;
 	
@@ -111,6 +112,7 @@ public class Ease.WelcomeWindow : Gtk.Window
 		                                     10, 50, 50), ZOOM_VALUES);
 		hbox.pack_start (zoom_slider, true, false, 0);
 		hbox.reorder_child (zoom_slider, 4);
+		zoom_slider.sliderpos = SLIDER_START;
 
 		// Resolutions combo box
 		// FIXME : not re-create it, or do it from Glade.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]