mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-13 11:35:40 +01:00
Fix rows in ViewDLCDialog (#3275)
This commit is contained in:
parent
e9de8f30a8
commit
00e11b4930
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ object ViewDLCDialog {
|
|||
},
|
||||
columnIndex = 1,
|
||||
rowIndex = row)
|
||||
|
||||
row += 1
|
||||
add(new Label("Event Id:"), 0, row)
|
||||
add(
|
||||
new TextField() {
|
||||
|
|
Loading…
Add table
Reference in a new issue