mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
Cosmetic: in about Qet change windows size (setMinimumHeight) because all translators aren't visible by default.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2346 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -29,7 +29,7 @@ AboutQET::AboutQET(QWidget *parent) : QDialog(parent) {
|
||||
// Titre, taille, comportement...
|
||||
setWindowTitle(tr("\300 propos de QElectrotech", "window title"));
|
||||
setMinimumWidth(680);
|
||||
setMinimumHeight(350);
|
||||
setMinimumHeight(690);
|
||||
setModal(true);
|
||||
|
||||
// Trois onglets
|
||||
|
||||
Reference in New Issue
Block a user