forked from speed-dreams/speed-dreams-code
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:
parent
63cb6d935f
commit
1d8d7b125a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue