Fix for windows
This commit is contained in:
parent
9b27f5e1dd
commit
2a89974871
@ -12,6 +12,7 @@ TutorialWindow::TutorialWindow(QWidget *parent)
|
||||
Qt::Window
|
||||
| Qt::WindowTitleHint
|
||||
| Qt::WindowSystemMenuHint
|
||||
| Qt::WindowCloseButtonHint
|
||||
| Qt::WindowMinMaxButtonsHint) {
|
||||
setWindowTitle(tr("Инструкция"));
|
||||
setMinimumSize(800, 400);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user