dia r4353 - in trunk: . app



Author: hans
Date: Sun Mar 29 18:57:43 2009
New Revision: 4353
URL: http://svn.gnome.org/viewvc/dia?rev=4353&view=rev

Log:
2009-03-29  Hans Breuer  <hans breuer org>

	* app/display.h : increased the arbitrary zoom limits to make my 
	current stress test diagram fit



Modified:
   trunk/ChangeLog
   trunk/app/display.h

Modified: trunk/app/display.h
==============================================================================
--- trunk/app/display.h	(original)
+++ trunk/app/display.h	Sun Mar 29 18:57:43 2009
@@ -33,9 +33,9 @@
 /** This is close to, but not quite the same as, the physical display size
  * in most cases */
 
-#define DDISPLAY_MAX_ZOOM 500.0
+#define DDISPLAY_MAX_ZOOM 2000.0
 #define DDISPLAY_NORMAL_ZOOM 20.0
-#define DDISPLAY_MIN_ZOOM 1.0
+#define DDISPLAY_MIN_ZOOM 0.2
 
 /* The zoom amount should be uniform.  Pixels per cm should be defined by the
  * renderer alone.  But that'd take a lot of fiddling in renderers. */



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