Update to the newest upstream version.
[vlp.git] / graph / loggraph.cpp
index 438a369f3b1c72575a8ef83d6ff10907a7d22b1e..680f5052846e384702b3e7acd33f0aed5772336a 100644 (file)
@@ -4,7 +4,7 @@
 // Demonstrates the painter and the printer.
 //
 
-#include <qwindow.h>
+//#include <qwindow.h>
 #include <qpainter.h>
 #include <qprinter.h>
 #include <qpushbt.h>
@@ -171,11 +171,11 @@ VGR::VGR(char *sockname)
 
 
 
-    normal_font = new QFont("lucidatypewriter",12,QFont::Normal);
+    normal_font = new QFont("lucidatypewriter",10,QFont::Normal);
     normal_font->setFixedPitch(TRUE);
-    bold_font = new QFont("lucidatypewriter",12,QFont::Bold);
+    bold_font = new QFont("lucidatypewriter",10,QFont::Bold);
     bold_font->setFixedPitch(TRUE);
-    italic_font = new QFont("lucidatypewriter",12,QFont::Normal,TRUE);
+    italic_font = new QFont("lucidatypewriter",10,QFont::Normal,TRUE);
     italic_font->setFixedPitch(TRUE);
 
     prv_font = normal_font;