mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-23 10:30:53 +01:00
Change in aboutqet widget fixed size, thanks Re-searcher
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5589 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user