X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fdebug%2Fopbrowser.cpp;fp=src%2Fgui%2Fdebug%2Fopbrowser.cpp;h=3a86e4181c5de103a2aa42746faf98bb7c7eec15;hb=376c605508b0c1903dee5357a6d95499c940d258;hp=3c1d2eab17800a0be0038329aeed8f97d42f056b;hpb=8443e5b7bdc1a8284ad85e4639a39a7fc2867d9f;p=virtualjaguar diff --git a/src/gui/debug/opbrowser.cpp b/src/gui/debug/opbrowser.cpp index 3c1d2ea..3a86e41 100644 --- a/src/gui/debug/opbrowser.cpp +++ b/src/gui/debug/opbrowser.cpp @@ -29,7 +29,9 @@ OPBrowserWindow::OPBrowserWindow(QWidget * parent/*= 0*/): QWidget(parent, Qt::D // Need to set the size as well... // resize(560, 480); - QFont fixedFont("Lucida Console", 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); setLayout(layout);