Skip to content

Commit

Permalink
Update testcase 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ZILtoid1991 committed Mar 28, 2024
1 parent a5b8661 commit 35c69d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions local/US-en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<etml>
<text id="multilinedialog">
This is a multiline dialog. <br />
This dialog has multiple lines. <br />
This dialog has multiple lines.
</text>
<text id="multilinelabel">
This is a multiline label.<br />
This label has multiple lines.&#32;
This label has multiple lines.
</text>
<text id="singlelinelabel">
This is a single line label.
Expand Down
4 changes: 2 additions & 2 deletions test3/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ public class TestWindow : Window {
listViewTest.multicellEditEnable = true;
addElement(listViewTest);

singleLineLabel = new Label(lang["singlelinelabel"], "", Box(5, 340, 150, 360));
singleLineLabel = new Label(lang["singlelinelabel"], "", Box(5, 340, 160, 360));
addElement(singleLineLabel);

multiLineLabel = new Label(lang["multilinelabel"], "", Box(5, 360, 150, 400));
multiLineLabel = new Label(lang["multilinelabel"], "", Box(5, 360, 160, 400));
addElement(multiLineLabel);

vScrollBarTest = new VertScrollBar(1000, "", Box.bySize(110, 220, 16, 120));
Expand Down

0 comments on commit 35c69d1

Please sign in to comment.