mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Minor : Increase widget Minimum Size (800, 390) to (800, 590)
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4871 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -55,7 +55,7 @@ ExportDialog::ExportDialog(QETProject *project, QWidget *parent) : QDialog(paren
|
||||
}
|
||||
|
||||
// la taille minimale du dialogue est fixee
|
||||
setMinimumSize(800, 390);
|
||||
setMinimumSize(800, 590);
|
||||
resize(minimumSize());
|
||||
setWindowTitle(tr("Exporter les folios du projet", "window title"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user