diff --git a/src/main/java/me/puyodead1/wistiaembeddownloader/WistiaEmbedDownloader.java b/src/main/java/me/puyodead1/wistiaembeddownloader/WistiaEmbedDownloader.java index 47857c9..f21e8e9 100644 --- a/src/main/java/me/puyodead1/wistiaembeddownloader/WistiaEmbedDownloader.java +++ b/src/main/java/me/puyodead1/wistiaembeddownloader/WistiaEmbedDownloader.java @@ -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());