]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/help.cpp
Quick fix to make controller #1 work properly again. Controller #2 is disabled.
[virtualjaguar] / src / gui / help.cpp
index cb4f2ebc0901fe8592a0ae7b22f8153929acab7a..8bafe985bfccf48dcd60b5134b831f59729aec93 100644 (file)
@@ -25,7 +25,7 @@ HelpWindow::HelpWindow(QWidget * parent/*= 0*/): QWidget(parent, Qt::Dialog)
        resize(560, 480);
 
        layout = new QVBoxLayout();
-       layout->setSizeConstraint(QLayout::SetFixedSize);
+//     layout->setSizeConstraint(QLayout::SetFixedSize);
        setLayout(layout);
 
 //     image = new QLabel();
@@ -37,7 +37,7 @@ HelpWindow::HelpWindow(QWidget * parent/*= 0*/): QWidget(parent, Qt::Dialog)
        QString s;// = QString("");
        s.append(tr(
                "<h1>Virtual Jaguar Documentation</h1>"
-               "<br><br>"
+               "<br>"
                "<b><i>Coming soon!</i></b>"
        ));
        text = new QTextBrowser;