Fix rows in ViewDLCDialog (#3275)

This commit is contained in:
benthecarman 2021-06-17 06:50:25 -05:00 committed by GitHub
parent e9de8f30a8
commit 00e11b4930
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,8 @@ object ViewDLCDialog {
},
columnIndex = 1,
rowIndex = row)
row += 1
add(new Label("Event Id:"), 0, row)
add(
new TextField() {