Correction mineure dans les traductions

Correction mineure dans le fichier .pro
Correction d'un bug dans DiagramView::shrink()


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@147 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavierqet
2007-09-29 15:22:38 +00:00
parent 5406224a4f
commit 4e11e516f1
4 changed files with 2 additions and 3 deletions

View File

@@ -548,7 +548,7 @@ void DiagramView::expand() {
*/
void DiagramView::shrink() {
ChangeBorderCommand *cbc = new ChangeBorderCommand(scene);
cbc -> columnsHeightDifference = 20.0;
cbc -> columnsHeightDifference = -20.0;
scene -> undoStack().push(cbc);
}