1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-19 17:09:40 +00:00

Removed what's this? button from dialog titlebar

This commit is contained in:
Pieter van der Kloet 2011-05-11 22:44:11 +02:00
parent b877a94481
commit 157822eeaf

View file

@ -44,6 +44,8 @@ MainDialog::MainDialog()
setWindowTitle(tr("OpenMW Launcher"));
setWindowIcon(QIcon(":/images/openmw-icon.png"));
// Remove what's this? button
setWindowFlags(this->windowFlags() & ~Qt::WindowContextHelpButtonHint);
setMinimumSize(QSize(575, 575));
connect(buttonBox, SIGNAL(rejected()), this, SLOT(close()));