gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/gfx/util papersampler.py


From: Janne V. Kujala
Subject: [Gzz-commits] gzz/gfx/util papersampler.py
Date: Mon, 03 Mar 2003 13:39:22 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Janne V. Kujala <address@hidden>        03/03/03 13:39:22

Modified files:
        gfx/util       : papersampler.py 

Log message:
        use 1280x960 size

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/util/papersampler.py.diff?tr1=1.12&tr2=1.13&r1=text&r2=text

Patches:
Index: gzz/gfx/util/papersampler.py
diff -u gzz/gfx/util/papersampler.py:1.12 gzz/gfx/util/papersampler.py:1.13
--- gzz/gfx/util/papersampler.py:1.12   Mon Mar  3 10:43:01 2003
+++ gzz/gfx/util/papersampler.py        Mon Mar  3 13:39:22 2003
@@ -18,8 +18,8 @@
 
 import traceback
 
-xs = 1024
-ys = 768
+xs = 1280
+ys = 960
 
 zoomLevels = [1, 2, 3, 4]
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]