Correction d'un warning (gcc 4.1) / d'une erreur (gcc 4.2) a la compilation

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@209 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavierqet
2007-11-09 13:44:30 +00:00
parent bbefc5da8a
commit b537214456
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ ConductorPropertiesWidget::ConductorPropertiesWidget(const ConductorProperties &
/// construit l'interface du widget
void ConductorPropertiesWidget::buildInterface() {
setFixedSize(380, 270);
setFixedSize(380, 280);
QVBoxLayout *main_layout = new QVBoxLayout(this);