Skip to content

Commit 97ebb05

Browse files
Fix #31: Wrong Row-Number for Input-Symbol Pair UI
1 parent 08004c5 commit 97ebb05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/DfaModule.templ.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -438,11 +438,11 @@
438438
<Column Id="%AID%_PB-nnn_C-7" Name="Col7" Width="4%" />
439439
<Column Id="%AID%_PB-nnn_C-8" Name="ColGH" Width="11%" />
440440
</Columns>
441-
<ParameterSeparator Id="%AID%_PS-nnn" Text="Gemeinsamer Eingang (Symbole für 1/0)" Cell="2,1" />
442-
<ParameterRefRef RefId="%AID%_UP-%T%%CC%7001_R-%T%%CC%700101" Cell="2,2" />
443-
<ParameterRefRef RefId="%AID%_UP-%T%%CC%7002_R-%T%%CC%700201" Cell="2,4" />
444-
<ParameterRefRef RefId="%AID%_UP-%T%%CC%7003_R-%T%%CC%700301" Cell="2,6" />
445-
<ParameterRefRef RefId="%AID%_UP-%T%%CC%7004_R-%T%%CC%700401" Cell="2,8" />
441+
<ParameterSeparator Id="%AID%_PS-nnn" Text="Gemeinsamer Eingang (Symbole für 1/0)" Cell="1,1" />
442+
<ParameterRefRef RefId="%AID%_UP-%T%%CC%7001_R-%T%%CC%700101" Cell="1,2" />
443+
<ParameterRefRef RefId="%AID%_UP-%T%%CC%7002_R-%T%%CC%700201" Cell="1,4" />
444+
<ParameterRefRef RefId="%AID%_UP-%T%%CC%7003_R-%T%%CC%700301" Cell="1,6" />
445+
<ParameterRefRef RefId="%AID%_UP-%T%%CC%7004_R-%T%%CC%700401" Cell="1,8" />
446446
</ParameterBlock>
447447
<ParameterBlock Id="%AID%_PB-%C%03" Name="InputSymbols%C%" Text=" x " Inline="true" Layout="Table" HelpContext="DFA-Eingabesymbole">
448448
<Rows>

0 commit comments

Comments
 (0)