Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Sep 20, 2019
1 parent 6e0aa63 commit 8197f62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public WistiaEmbedDownloader(Display display) {
txtConsole = new StyledText(this, SWT.BORDER | SWT.READ_ONLY);
txtConsole.setBounds(10, 216, 642, 220);

txtOutputLocation = new Text(this, SWT.BORDER | SWT.H_SCROLL | SWT.CANCEL);
txtOutputLocation = new Text(this, SWT.BORDER);
txtOutputLocation.setEditable(true);
txtOutputLocation.setBounds(131, 37, 440, 21);
txtOutputLocation.setText(Paths.get("").toAbsolutePath().toString());
Expand Down

0 comments on commit 8197f62

Please sign in to comment.