Merge pull request #1296 from stojce/19418

Code review for #19418
This commit is contained in:
ZappoMan 2013-12-02 12:44:06 -08:00
commit 858268b990

View file

@ -20,7 +20,7 @@
InfoView::InfoView(bool forced) :
_forced(forced) {
setWindowFlags(Qt::WindowStaysOnTopHint | Qt::CustomizeWindowHint);
setWindowFlags(Qt::WindowStaysOnTopHint | Qt::CustomizeWindowHint | Qt::WindowCloseButtonHint);
switchToResourcesParentIfRequired();
QString absPath = QFileInfo("resources/html/interface-welcome-allsvg.html").absoluteFilePath();