1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-27 02:05:16 +03:00
This commit is contained in:
Damjan Adamic 2014-06-08 17:11:14 +02:00
parent 2248c84b8f
commit 04897885dd

View file

@ -1428,6 +1428,7 @@ void MainWindow::compare()
void MainWindow::logFile() void MainWindow::logFile()
{ {
logsDialog *fd = new logsDialog(this); logsDialog *fd = new logsDialog(this);
fd->setWindowFlags(Qt::Window); //to show minimize an maximize buttons
fd->setAttribute(Qt::WA_DeleteOnClose, true); fd->setAttribute(Qt::WA_DeleteOnClose, true);
fd->show(); fd->show();
} }