Skip to content

Commit

Permalink
Updating testcase for new path managing system
Browse files Browse the repository at this point in the history
  • Loading branch information
ZILtoid1991 committed Jan 31, 2024
1 parent c6df86b commit c347ce8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test3/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ public class TestWindow : Window {
Button buttonTest0, buttonTest1;
Button btn_fileDialog;
VertScrollBar vScrollBarTest;
Label singleLineLabel;
Label multiLineLabel;
public this() {
super(Box.bySize(0, 0, 848, 480), "Test");
panelTest = new Panel("Selections", "", Box(5, 20, 200, 200));
Expand Down

0 comments on commit c347ce8

Please sign in to comment.