mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 12:55:12 +03:00
Release note windows had close button disabled (fix #3650)
This commit is contained in:
parent
e6c01cd140
commit
49839b712b
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
#include "ui_htmldialog.h"
|
||||
|
||||
ReleaseNotesDialog::ReleaseNotesDialog(QWidget * parent) :
|
||||
QDialog(parent, Qt::WindowTitleHint | Qt::WindowSystemMenuHint),
|
||||
QDialog(parent),
|
||||
ui(new Ui::HtmlDialog)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue