trackeditor: fix camera comment label

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8520 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 738c6ac05aa8d1ea89ae7e39a45c641fa1d198b5
Former-commit-id: d6e560d2bb349001a01b7b44f882d74ca20ee491
This commit is contained in:
iobyte 2022-09-18 01:18:00 +00:00
parent 63cb6d935f
commit 1d8d7b125a

View file

@ -182,7 +182,7 @@ public class CameraProperties extends PropertyPanel
setLayout(null);
addLabel(this, 0, nameLabel, "Name", 130);
addLabel(this, 1, segmentLabel, "Comment", 130);
addLabel(this, 1, commentLabel, "Comment", 130);
addLabel(this, 2, segmentLabel, "Segment", 130);
addLabel(this, 3, toRightLabel, "To Right", 130);
addLabel(this, 4, toStartLabel, "To Start", 130);