X-Git-Url: https://git.dlugolecki.net.pl/?p=vlp.git;a=blobdiff_plain;f=graph%2Floggraph.cpp;h=680f5052846e384702b3e7acd33f0aed5772336a;hp=438a369f3b1c72575a8ef83d6ff10907a7d22b1e;hb=e702805740237c3ce3bc4c5de9466d3f0d630595;hpb=9db87b545def5d31a64608f2eb082d915ad5efa4 diff --git a/graph/loggraph.cpp b/graph/loggraph.cpp index 438a369..680f505 100644 --- a/graph/loggraph.cpp +++ b/graph/loggraph.cpp @@ -4,7 +4,7 @@ // Demonstrates the painter and the printer. // -#include +//#include #include #include #include @@ -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;