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