diff --git a/main.cpp b/main.cpp index 6fd0fb8..83b8ddb 100644 --- a/main.cpp +++ b/main.cpp @@ -5,7 +5,7 @@ int main(int argc, char *argv[]) { QApplication app(argc, argv); StockManager w; - w.setGeometry(0, 0, 1024, 600); // position en haut à gauche, taille 1024x600 + w.setGeometry(0, 0, 1280, 720); // position en haut à gauche, taille 1024x600 w.setWindowFlags(Qt::FramelessWindowHint); // pas de barre de fenêtre w.setFixedSize(1024, 600); // taille non redimensionnable w.show();