mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 23:20:52 +01:00
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:
@@ -548,7 +548,7 @@ void DiagramView::expand() {
|
|||||||
*/
|
*/
|
||||||
void DiagramView::shrink() {
|
void DiagramView::shrink() {
|
||||||
ChangeBorderCommand *cbc = new ChangeBorderCommand(scene);
|
ChangeBorderCommand *cbc = new ChangeBorderCommand(scene);
|
||||||
cbc -> columnsHeightDifference = 20.0;
|
cbc -> columnsHeightDifference = -20.0;
|
||||||
scene -> undoStack().push(cbc);
|
scene -> undoStack().push(cbc);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
BIN
lang/qet_en.qm
BIN
lang/qet_en.qm
Binary file not shown.
@@ -620,7 +620,7 @@ Please check rights of the directory </translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../elementspanelwidget.cpp" line="19"/>
|
<location filename="../elementspanelwidget.cpp" line="19"/>
|
||||||
<source>Supprimer l'élément</source>
|
<source>Supprimer l'élément</source>
|
||||||
<translation>Eelete element</translation>
|
<translation>Delete element</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../elementspanelwidget.cpp" line="71"/>
|
<location filename="../elementspanelwidget.cpp" line="71"/>
|
||||||
|
|||||||
@@ -65,7 +65,6 @@ HEADERS += aboutqet.h \
|
|||||||
editor/texteditor.h \
|
editor/texteditor.h \
|
||||||
editor/textfieldeditor.h \
|
editor/textfieldeditor.h \
|
||||||
diagramcommands.h \
|
diagramcommands.h \
|
||||||
diagramitem.h \
|
|
||||||
diagramtextitem.h \
|
diagramtextitem.h \
|
||||||
insetproperties.h
|
insetproperties.h
|
||||||
SOURCES += aboutqet.cpp \
|
SOURCES += aboutqet.cpp \
|
||||||
|
|||||||
Reference in New Issue
Block a user