X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fdebug%2Fcpubrowser.cpp;h=331ac9059ac390f30f2536017876fa39d6a75603;hb=32f569e1bd09f5d7f07005d119f6408805106381;hp=2f478ce2eb3090952ed2f219e54caf75a1e7971d;hpb=c76bbd5328bac525dddb05242fa1f32ebbf202cc;p=virtualjaguar diff --git a/src/gui/debug/cpubrowser.cpp b/src/gui/debug/cpubrowser.cpp index 2f478ce..331ac90 100644 --- a/src/gui/debug/cpubrowser.cpp +++ b/src/gui/debug/cpubrowser.cpp @@ -7,7 +7,7 @@ // JLH = James Hammons // // Who When What -// --- ---------- ------------------------------------------------------------- +// --- ---------- ----------------------------------------------------------- // JLH 08/14/2012 Created this file // @@ -38,8 +38,8 @@ CPUBrowserWindow::CPUBrowserWindow(QWidget * parent/*= 0*/): QWidget(parent, Qt: hbox1->addWidget(bpm); hbox1->addWidget(bpmAddress); -// QFont fixedFont("Lucida Console", 8, QFont::Normal); - QFont fixedFont("", 8, QFont::Normal); + QFont fixedFont("Lucida Console", 8, QFont::Normal); +// QFont fixedFont("", 8, QFont::Normal); fixedFont.setStyleHint(QFont::TypeWriter); text->setFont(fixedFont); //// layout->setSizeConstraint(QLayout::SetFixedSize);