Fix size widget conductorpropertieswidget in config dialog

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2204 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2013-06-03 06:45:17 +00:00
parent 170a13e35b
commit 9e0d000b56
2 changed files with 2 additions and 3 deletions

View File

@@ -586,8 +586,7 @@ void DiagramView::editDiagramProperties() {
layout_v.addLayout(hlayout1);
layout_v.addStretch();
layout_v.addWidget(&boutons);
//workaround to get a good size by default with this widget
popup.setMinimumSize(popup.minimumSizeHint());
// si le dialogue est accepte
if (popup.exec() == QDialog::Accepted && !diagram_is_read_only) {