X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Femul%2Femulwin.cpp;h=f7dc84d004f3a3d1309a6680c1c2436e2ea52a35;hb=cf9f73744b8dff129c1ec91ba6e7e430e6164b3a;hp=fdd088f19dccbc514a51a62ea4505c472cfedc90;hpb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;p=bertos.git diff --git a/bertos/emul/emulwin.cpp b/bertos/emul/emulwin.cpp index fdd088f1..f7dc84d0 100644 --- a/bertos/emul/emulwin.cpp +++ b/bertos/emul/emulwin.cpp @@ -62,7 +62,6 @@ 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"));