1
0
forked from BRT/arc

Fix for windows

This commit is contained in:
slava 2025-05-23 19:37:20 +07:00
parent 27ce69d094
commit 52040fe3b9

View File

@ -12,6 +12,7 @@ TutorialWindow::TutorialWindow(QWidget *parent)
Qt::Window
| Qt::WindowTitleHint
| Qt::WindowSystemMenuHint
| Qt::WindowCloseButtonHint
| Qt::WindowMinMaxButtonsHint) {
setWindowTitle(tr("Инструкция"));
setMinimumSize(800, 400);