]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/debug/opbrowser.cpp
Added RISC disassembly browser.
[virtualjaguar] / src / gui / debug / opbrowser.cpp
index 52f40ef784c86274d7d2f459b28884fc5723a992..f129bec62f98c4208fbff6d2f6e9a227de986af7 100644 (file)
@@ -31,7 +31,7 @@ OPBrowserWindow::OPBrowserWindow(QWidget * parent/*= 0*/): QWidget(parent, Qt::D
        // Need to set the size as well...
 //     resize(560, 480);
 
-       QFont fixedFont("Lucida Console", 10, QFont::Normal);
+       QFont fixedFont("Lucida Console", 8, QFont::Normal);
        text->setFont(fixedFont);
 ////   layout->setSizeConstraint(QLayout::SetFixedSize);
        setLayout(layout);