X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Femul%2Femulwin.cpp;fp=bertos%2Femul%2Femulwin.cpp;h=f7dc84d004f3a3d1309a6680c1c2436e2ea52a35;hb=12d9dad31b996e2787aef90dbafb18ecd52321ad;hp=fdd088f19dccbc514a51a62ea4505c472cfedc90;hpb=c8023317996e17859b4a0abfdf4c49bfcfd81df5;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"));