]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/debug/memorybrowser.cpp
Added RISC disassembly browser.
[virtualjaguar] / src / gui / debug / memorybrowser.cpp
index b67ff3271b0c6b5cbf9c039598377ed28662b31e..7acc132969f66d7efe9bf97526b73fab125ae4fa 100644 (file)
@@ -29,7 +29,7 @@ MemoryBrowserWindow::MemoryBrowserWindow(QWidget * parent/*= 0*/): QWidget(paren
        // 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);