gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/gzz/modules/pp PPView2.java


From: Matti Katila
Subject: [Gzz-commits] gzz/gzz/modules/pp PPView2.java
Date: Fri, 07 Feb 2003 03:27:41 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Matti Katila <address@hidden>   03/02/07 03:27:40

Modified files:
        gzz/modules/pp : PPView2.java 

Log message:
        make main view a bit bigger for demo - this should be changeable from 
some apllitude
        perhaps..

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/modules/pp/PPView2.java.diff?tr1=1.64&tr2=1.65&r1=text&r2=text

Patches:
Index: gzz/gzz/modules/pp/PPView2.java
diff -u gzz/gzz/modules/pp/PPView2.java:1.64 
gzz/gzz/modules/pp/PPView2.java:1.65
--- gzz/gzz/modules/pp/PPView2.java:1.64        Mon Jan 27 10:58:22 2003
+++ gzz/gzz/modules/pp/PPView2.java     Fri Feb  7 03:27:40 2003
@@ -36,7 +36,7 @@
 import java.util.*;
 
 public class PPView2 implements View {
-public static final String rcsid = "$Id: PPView2.java,v 1.64 2003/01/27 
15:58:22 mudyc Exp $";
+public static final String rcsid = "$Id: PPView2.java,v 1.65 2003/02/07 
08:27:40 mudyc Exp $";
     public static boolean dbg = false;
     private static void pa(String s) { System.err.println(s); }
 
@@ -61,7 +61,7 @@
 
     /** The width of the main view.
      */
-    public float mainWidth = 600;
+    public float mainWidth = 660;
 
     /** The width of the left edge panel.
      */
@@ -82,7 +82,7 @@
 
     /** The height of the main view.
      */
-    public float mainHeight = 600;
+    public float mainHeight = 660;
 
     /** The Y position of the main view.
      */




reply via email to

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