Merge pull request #1037 from birarda/infoview

fix InfoView full screen bug
This commit is contained in:
ZappoMan 2013-10-10 15:29:55 -07:00
commit c5d3f53bd6

View file

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