mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 06:23:53 +00:00
Removed what's this? button from dialog titlebar
This commit is contained in:
parent
b877a94481
commit
157822eeaf
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ MainDialog::MainDialog()
|
||||||
|
|
||||||
setWindowTitle(tr("OpenMW Launcher"));
|
setWindowTitle(tr("OpenMW Launcher"));
|
||||||
setWindowIcon(QIcon(":/images/openmw-icon.png"));
|
setWindowIcon(QIcon(":/images/openmw-icon.png"));
|
||||||
|
// Remove what's this? button
|
||||||
|
setWindowFlags(this->windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||||
setMinimumSize(QSize(575, 575));
|
setMinimumSize(QSize(575, 575));
|
||||||
|
|
||||||
connect(buttonBox, SIGNAL(rejected()), this, SLOT(close()));
|
connect(buttonBox, SIGNAL(rejected()), this, SLOT(close()));
|
||||||
|
|
Loading…
Reference in a new issue