]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/debug/memorybrowser.cpp
Fix for bad branch handling in OP.
[virtualjaguar] / src / gui / debug / memorybrowser.cpp
index b2d2170f5ba308666541cccff30170a292afbce8..45bae7f7883f87d2a1b2259db8754bd7a69fb627 100644 (file)
@@ -7,7 +7,7 @@
 // JLH = James Hammons <jlhamm@acm.org>
 //
 // Who  When        What
-// ---  ----------  -------------------------------------------------------------
+// ---  ----------  -----------------------------------------------------------
 // JLH  08/14/2012  Created this file
 //
 
@@ -38,6 +38,8 @@ MemoryBrowserWindow::MemoryBrowserWindow(QWidget * parent/*= 0*/): QWidget(paren
 //     resize(560, 480);
 
        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);