diff --git a/sources/aboutqet.cpp b/sources/aboutqet.cpp index 8c857348c..5af4e790b 100644 --- a/sources/aboutqet.cpp +++ b/sources/aboutqet.cpp @@ -34,7 +34,7 @@ AboutQET::AboutQET(QWidget *parent) : QDialog(parent) { setWindowTitle(tr("À propos de QElectrotech", "window title")); - setFixedSize (700, 600); + setFixedSize (1200, 600); //setMinimumHeight(600); //setMinimumWidth(600); setModal(true); @@ -58,7 +58,7 @@ AboutQET::AboutQET(QWidget *parent) : QScrollArea* scrollArea = new QScrollArea(this); scrollArea->setWidgetResizable(true); - scrollArea->setFixedSize (590, 590); + scrollArea->setFixedSize (1090, 590); scrollArea->setWidget(tabs); }