Commit 014e4903 authored by magho's avatar magho
Browse files

changed screen size

parent 21641479
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ def main():
    else:
        neokomp = NeoKomp.NeoKomp()
    neokomp.setWindowTitle("NeoKomp")
    neokomp.setFixedSize(1280,1024)
    neokomp.show()
    neokomp.showFullScreen()
    app.exec_()