]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/debug/m68kdasmbrowser.cpp
Added RISC disassembly browser.
[virtualjaguar] / src / gui / debug / m68kdasmbrowser.cpp
index 5c52cf020d079d8dfb0e383f1b03902e04f1570b..25829e15e47042c05230d9bd1c3e0c5304e88cf4 100644 (file)
@@ -32,7 +32,7 @@ M68KDasmBrowserWindow::M68KDasmBrowserWindow(QWidget * parent/*= 0*/): QWidget(p
        // 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);