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);
}

Binary file not shown.

View File

@@ -620,7 +620,7 @@ Please check rights of the directory </translation>
<message>
<location filename="../elementspanelwidget.cpp" line="19"/>
<source>Supprimer l&apos;&#xe9;l&#xe9;ment</source>
<translation>Eelete element</translation>
<translation>Delete element</translation>
</message>
<message>
<location filename="../elementspanelwidget.cpp" line="71"/>

View File

@@ -65,7 +65,6 @@ HEADERS += aboutqet.h \
editor/texteditor.h \
editor/textfieldeditor.h \
diagramcommands.h \
diagramitem.h \
diagramtextitem.h \
insetproperties.h
SOURCES += aboutqet.cpp \