X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Femul%2Femulwin.cpp;h=04d6a510a9ec100c6650f5a22621133289bb427c;hb=033d2ae59229d88e3f2bb46a3df760a512fb8f20;hp=b5f57cd455a61fd328355a7418cb8ea99e6a35ad;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/emul/emulwin.cpp b/bertos/emul/emulwin.cpp index b5f57cd4..04d6a510 100644 --- a/bertos/emul/emulwin.cpp +++ b/bertos/emul/emulwin.cpp @@ -62,6 +62,7 @@ EmulWin::EmulWin(Emulator *e) { setWindowTitle(tr("BeRTOS Emul Demo")); setAttribute(Qt::WA_DeleteOnClose); + setFixedSize(280,240); // Create the menu bar QMenu *file_menu = menuBar()->addMenu(tr("&File"));